Skip to content

Commit

Permalink
ci: install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarull committed Jan 22, 2024
1 parent a8cad5e commit 0f42ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Package
run: |
pip install wheel
pip install wheel setuptools
python setup.py bdist_wheel
- name: Publish package
Expand Down

0 comments on commit 0f42ab0

Please sign in to comment.