We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7aaec6 + 72ecb71 commit 4fa38e2Copy full SHA for 4fa38e2
1 file changed
.github/workflows/test-and-publish.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
python -m pip install --upgrade pip
71
pip install -r requirements.txt
72
- pip install setuptools
+ pip install setuptools wheel
73
- name: build distribution packages
74
run: python setup.py sdist bdist_wheel
75
- name: Build and publish to PyPI
0 commit comments