Skip to content

Commit

Permalink
infra: add setuptools to the publish workflow (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Jan 30, 2024
1 parent e137307 commit 3dd37bd
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 @@ -18,6 +18,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 3dd37bd

Please sign in to comment.