We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bc49b commit c63c2bcCopy full SHA for c63c2bc
.github/workflows/create-release.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Create Built Distributions
33
run: |
34
pip install pip --upgrade
35
+ pip install wheel
36
pip install twine
37
mkdir dist
38
python setup.py sdist bdist_wheel
0 commit comments