We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6658437 + 98fa3fa commit ad80777Copy full SHA for ad80777
.github/workflows/python-publish.yml
@@ -24,8 +24,8 @@ jobs:
24
run: |
25
python3 -m cibuildwheel --output-dir dist
26
env:
27
- CIBW_BUILD: "cp39-* cp310-* cp311-*"
+ CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
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
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments