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 05b6fc7 commit 0596b56Copy full SHA for 0596b56
1 file changed
.github/workflows/python-publish.yml
@@ -24,7 +24,8 @@ jobs:
24
run: |
25
python3 -m cibuildwheel --output-dir dist
26
env:
27
- CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* cp313-* *musllinux*"
+ CIBW_BUILD: "cp39-* cp310-* cp311-*"
28
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
29
+ CIBW_SKIP: "*musllinux* *i686*"
30
- name: Publish package
31
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments