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