Skip to content

Commit

Permalink
make sure to explicitly install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieLevs committed Mar 9, 2024
1 parent 7fee4e3 commit 291e63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Check distribution valid and test publish
run: |
pip install wheel twine
pip install wheel twine setuptools
python setup.py bdist_wheel
twine check dist/*
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Publish to global pypi
run: |
pip install wheel twine
pip install wheel twine setuptools
python setup.py bdist_wheel
twine upload dist/*
env:
Expand Down

0 comments on commit 291e63d

Please sign in to comment.