We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1ee7b commit f277633Copy full SHA for f277633
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Build wheel and source tarball
21
run: |
22
- pip install wheel
+ pip install setuptools wheel
23
python setup.py sdist bdist_wheel
24
25
- name: Publish a Python distribution to PyPI
0 commit comments