Skip to content

Commit afd2480

Browse files
committed
exclude musllinux from deploy build
1 parent 61a017e commit afd2480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build package distribution
2323
run: python -m cibuildwheel --output-dir dist
2424
env:
25-
CIBW_BUILD: "cp311-* cp312-*"
25+
CIBW_BUILD: "cp311-macosx* cp312-macosx* cp311-manylinux* cp312-manylinux* cp311-win* cp312-win*"
2626
- name: Publish package distribution to PyPI
2727
uses: pypa/gh-action-pypi-publish@release/v1.12
2828
with:

0 commit comments

Comments
 (0)