Skip to content

Commit 3e5b27e

Browse files
committed
add github workflow for test-pypi cross-OS wheel builds
1 parent 6b55a99 commit 3e5b27e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testpypi-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: python -m cibuildwheel --output-dir wheelhouse
3535
env:
3636
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
37-
CIBW_SKIP: "pp*"
38-
CIBW_ARCHS_LINUX: "auto aarch64"
37+
CIBW_SKIP: "pp*"
38+
CIBW_ARCHS_LINUX: "auto aarch64"
3939

4040
- name: Upload to TestPyPI
4141
run: |

0 commit comments

Comments
 (0)