Skip to content

Commit

Permalink
infra: install setuptools for pypi workflow (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Nov 1, 2023
1 parent 7aaf175 commit fdad0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: python -m pip install --user --upgrade wheel
- name: Install twine
run: python -m pip install --user --upgrade twine
- name: Install setuptools
run: python -m pip install --user --upgrade setuptools
- name: Build a binary wheel and a source tarball
run: python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
Expand Down

0 comments on commit fdad0f1

Please sign in to comment.