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