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 de320c4 commit 2fe1be2Copy full SHA for 2fe1be2
.github/workflows/python-package.yml
@@ -83,7 +83,7 @@ jobs:
83
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'mv {wheel} {dest_dir}/"$(basename {wheel} | sed "s/-linux_/-manylinux_2_17_/")"'
84
CIBW_TEST_REQUIRES: pytest
85
CIBW_TEST_COMMAND: pytest -v -s {package}/tests
86
- CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
+ CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64 *-manylinux_i686 *-win32"
87
88
- name: Publish to PyPI
89
if: success() && github.event_name == 'push' && env.TWINE_PASSWORD != '' && github.ref == 'refs/heads/master'
0 commit comments