We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c17a0 commit 382ca37Copy full SHA for 382ca37
.github/workflows/publish-to-pypi.yml
@@ -68,7 +68,8 @@ jobs:
68
CIBW_BEFORE_ALL_WINDOWS: ${{ matrix.before }}
69
CIBW_BUILD_FRONTEND: build
70
CIBW_ENVIRONMENT: ${{ matrix.env }}
71
- CIBW_SKIP: cp36-* *-macosx_universal2:arm64
+ CIBW_SKIP: cp36-*
72
+ CIBW_TEST_SKIP: "*-macosx_universal2:arm64"
73
CIBW_TEST_COMMAND: python {package}/tests.py
74
75
- name: Store the distribution packages
0 commit comments