We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2570287 commit aa2db50Copy full SHA for aa2db50
.github/workflows/pypi_publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install build
+ pip install wheel
34
35
- name: Build package
36
run: python setup.py bdist_wheel
0 commit comments