Skip to content

Commit

Permalink
also use CIBW_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 committed Oct 13, 2024
1 parent 05b6fc7 commit 0596b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: |
python3 -m cibuildwheel --output-dir dist
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* cp313-* *musllinux*"
CIBW_BUILD: "cp39-* cp310-* cp311-*"
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
CIBW_SKIP: "*musllinux* *i686*"
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0596b56

Please sign in to comment.