Skip to content

Commit

Permalink
Also install setuptools on publication
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 6, 2023
1 parent 5904600 commit e60af1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Build a binary wheel and a source tarball
run: |
python -mpip install wheel versioneer
python -mpip install setuptools versioneer wheel
python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit e60af1f

Please sign in to comment.