We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354e13f commit 86f1a0eCopy full SHA for 86f1a0e
1 file changed
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: "🐍 Display Python version"
20
run: "python --version"
21
- name: "🐍 Install wheel"
22
- run: "python -m pip install wheel --user"
+ run: "python -m pip install setuptools wheel --user"
23
- name: "🐍 Build a binary wheel and a source tarball"
24
run: "python setup.py sdist bdist_wheel"
25
- name: "📦 Publish package distributions to PyPI"
0 commit comments