We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19eaf96 commit f03b196Copy full SHA for f03b196
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
TWINE_USERNAME: "__token__"
37
TWINE_PASSWORD: "${{ secrets.PYPI_TOKEN }}"
38
run: |
39
- pip install -q twine==3.7.1
+ pip install -q twine==3.7.1 wheel==0.37.1
40
python setup.py sdist bdist_wheel
41
twine upload --non-interactive dist/*
42
0 commit comments