We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1bb2f commit 830d1f6Copy full SHA for 830d1f6
1 file changed
.github/workflows/publish_test_pypi.yml
@@ -27,6 +27,10 @@ jobs:
27
target: x86
28
- runner: ubuntu-latest
29
target: aarch64
30
+ - runner: ubuntu-latest
31
+ target: armv7
32
33
+ target: ppc64le
34
steps:
35
- uses: actions/checkout@v4
36
- uses: actions/setup-python@v5
0 commit comments