Skip to content

Commit 86f1a0e

Browse files
committed
Install setuptools in GitHub Actions
1 parent 354e13f commit 86f1a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "🐍 Display Python version"
2020
run: "python --version"
2121
- name: "🐍 Install wheel"
22-
run: "python -m pip install wheel --user"
22+
run: "python -m pip install setuptools wheel --user"
2323
- name: "🐍 Build a binary wheel and a source tarball"
2424
run: "python setup.py sdist bdist_wheel"
2525
- name: "📦 Publish package distributions to PyPI"

0 commit comments

Comments
 (0)