Skip to content

Commit

Permalink
build: ensure modern setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 18, 2023
1 parent 19560bb commit 8acf7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy pybind11 wheel
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy pybind11 wheel setuptools

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 8acf7ea

Please sign in to comment.