We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdde1b0 commit 97ba6caCopy full SHA for 97ba6ca
1 file changed
.github/workflows/wheel.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
CIBW_TEST_REQUIRES: "pytest"
50
CIBW_TEST_COMMAND: "pytest {package}/test"
51
- CIBW_SKIP: "pp* cp38-* cp39-* cp310-win_arm64"
+ CIBW_SKIP: "cp38-* cp39-* cp310-win_arm64"
52
CIBW_ARCHS: ${{ matrix.cibw_archs || 'auto' }}
53
54
- name: Build sdist
0 commit comments