Skip to content

Commit

Permalink
ci: properly specify numpy 2.0 and use working artifact uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 17, 2024
1 parent 4fc2bf5 commit 0ebf86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_BEFORE_BUILD: pip install "numpy>2.0" setuptools wheel cython
CIBW_BEFORE_BUILD: pip install "numpy>=2.0" setuptools wheel cython

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl

0 comments on commit 0ebf86e

Please sign in to comment.