We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d217e67 commit 289e784Copy full SHA for 289e784
.github/workflows/package_and_push_to_pypi.yml
@@ -23,5 +23,5 @@ jobs:
23
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
24
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
25
run: |
26
- python setup.py sdist bdist_wheel
+ python setup.py sdist
27
twine upload dist/*
0 commit comments