Skip to content

Commit

Permalink
add setuptools to fix sdist building
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Jan 22, 2024
1 parent 6d5e066 commit 66b131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install build deps
run: |
python -m pip --disable-pip-version-check install cibuildwheel==2.16.2 twine==4.0.2
python -m pip --disable-pip-version-check install cibuildwheel==2.16.2 twine==4.0.2 setuptools
- uses: docker/setup-qemu-action@v1
if: runner.os == 'Linux'
Expand Down

0 comments on commit 66b131c

Please sign in to comment.