We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec5ca6 commit e48ba92Copy full SHA for e48ba92
.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 pypi dist/* --verbose
+ twine upload --repository testpypi dist/* --verbose
43
44
env:
45
TWINE_USERNAME: __token__
0 commit comments