Skip to content

Commit

Permalink
install setuptools in publish action to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
benbariteau committed Jun 25, 2024
1 parent 7b0eb43 commit 9426500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.12

- name: Install Python dependencies
run: pip install wheel
run: pip install wheel setuptools

- name: Create a Wheel file and source distribution
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 9426500

Please sign in to comment.