We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb67da commit 33c4c03Copy full SHA for 33c4c03
.github/workflows/python-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
#if: startsWith(github.ref, 'refs/tags')
40
run: |
41
#twine upload --repository testpypi wheelhouse/* --verbose
42
- twine upload --repository testpypi dist/* --verbose
+ twine upload --repository testpypi dist/*.tar.gz --verbose
43
44
env:
45
TWINE_USERNAME: __token__
0 commit comments