We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a017e commit afd2480Copy full SHA for afd2480
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build package distribution
23
run: python -m cibuildwheel --output-dir dist
24
env:
25
- CIBW_BUILD: "cp311-* cp312-*"
+ CIBW_BUILD: "cp311-macosx* cp312-macosx* cp311-manylinux* cp312-manylinux* cp311-win* cp312-win*"
26
- name: Publish package distribution to PyPI
27
uses: pypa/gh-action-pypi-publish@release/v1.12
28
with:
0 commit comments