Skip to content

Commit

Permalink
Merge pull request #173 from Yelp/bariteau/fix_publish_action
Browse files Browse the repository at this point in the history
install setuptools in publish action to fix it
  • Loading branch information
benbariteau authored Jun 25, 2024
2 parents 7b0eb43 + 9426500 commit 9f89cf7
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 9f89cf7

Please sign in to comment.