We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b55a99 commit 3e5b27eCopy full SHA for 3e5b27e
1 file changed
.github/workflows/testpypi-linux.yml
@@ -34,8 +34,8 @@ jobs:
34
run: python -m cibuildwheel --output-dir wheelhouse
35
env:
36
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
37
- CIBW_SKIP: "pp*"
38
- CIBW_ARCHS_LINUX: "auto aarch64"
+ CIBW_SKIP: "pp*"
+ CIBW_ARCHS_LINUX: "auto aarch64"
39
40
- name: Upload to TestPyPI
41
run: |
0 commit comments