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 ce5b91a commit 7fee4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
python-version: '3.12'
- 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/*
twine upload dist/* --skip-existing
Expand Down

0 comments on commit 7fee4e3

Please sign in to comment.