Skip to content

Commit

Permalink
Ensure setuptools installed for 3.13 wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 12, 2024
1 parent 83a77c6 commit ef121f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/_build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ PY312="/opt/python/cp312-cp312/bin"
"${PY312}/python" setup.py build_static

PY313="/opt/python/cp313-cp313/bin"
"${PY313}/pip" install setuptools
"${PY313}/python" setup.py build_static

# Replace the package name defined in setup.py so we can push this to PyPI
Expand Down

0 comments on commit ef121f0

Please sign in to comment.