We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b66103 commit 01c3c83Copy full SHA for 01c3c83
1 file changed
.github/workflows/CD.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build
34
shell: pwsh
35
run: |
36
- pip install twine
+ pip install twine wheel setuptools
37
python setup.py sdist bdist_wheel
38
- name: Publish to PyPI
39
env:
0 commit comments