Skip to content

Commit

Permalink
github/workflows/upload-to-pypi: install setuptools
Browse files Browse the repository at this point in the history
We should probably move to setup.cfg at some point, but not today.
  • Loading branch information
fsouza committed Nov 11, 2023
1 parent 49e3d5c commit 373daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.x

- run: pip install twine wheel
- run: pip install setuptools twine wheel

- run: pip install -e .

Expand Down

0 comments on commit 373daa6

Please sign in to comment.