Skip to content

Commit

Permalink
update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Mar 31, 2024
1 parent 947c5f0 commit 9ab594d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,15 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: pip install numpy==1.21.1 setuptools
CIBW_BUILD: cp39-* cp310-* cp311-*
CIBW_BEFORE_BUILD: pip install numpy==1.21.6 setuptools
CIBW_BUILD: cp39-* cp310-*
CIBW_ARCHS_MACOS: x86_64 universal2

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: pip install numpy setuptools
CIBW_BUILD: cp311-*
CIBW_ARCHS_MACOS: x86_64 universal2

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9ab594d

Please sign in to comment.