Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Nov 7, 2024
1 parent 7285579 commit 9db8b7c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,11 @@ jobs:
CIBW_BEFORE_BUILD: pip install numpy==1.19.5 setuptools
CIBW_BUILD: cp38-*

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: pip install numpy==1.21.6 setuptools
CIBW_BUILD: cp310-* cp311-*
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_BUILD: cp310-* cp311-*
CIBW_ARCHS_MACOS: x86_64 universal2

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

0 comments on commit 9db8b7c

Please sign in to comment.