Skip to content

Commit

Permalink
Install setuptools in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Mar 15, 2024
1 parent 354e13f commit 86f1a0e
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:
- name: "🐍 Display Python version"
run: "python --version"
- name: "🐍 Install wheel"
run: "python -m pip install wheel --user"
run: "python -m pip install setuptools wheel --user"
- name: "🐍 Build a binary wheel and a source tarball"
run: "python setup.py sdist bdist_wheel"
- name: "📦 Publish package distributions to PyPI"
Expand Down

0 comments on commit 86f1a0e

Please sign in to comment.