Skip to content

Commit 0596b56

Browse files
committed
also use CIBW_BUILD
1 parent 05b6fc7 commit 0596b56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
run: |
2525
python3 -m cibuildwheel --output-dir dist
2626
env:
27-
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* cp313-* *musllinux*"
27+
CIBW_BUILD: "cp39-* cp310-* cp311-*"
2828
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
29+
CIBW_SKIP: "*musllinux* *i686*"
2930
- name: Publish package
3031
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)