Skip to content

Commit

Permalink
Explicitly add setuptools
Browse files Browse the repository at this point in the history
setuptools not included by default in python 3.12
  • Loading branch information
ianhbell committed Dec 1, 2023
1 parent 10b954a commit 244d7b8
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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.2 build wheel
run: python -m pip install cibuildwheel==2.11.2 build wheel setuptools

- name: Build sdist
run: python -m build --no-isolation --sdist --outdir wheelhouse
Expand Down

0 comments on commit 244d7b8

Please sign in to comment.