We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06aa3ac commit e90ebfcCopy full SHA for e90ebfc
.github/workflows/python-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
#if: startsWith(github.ref, 'refs/tags')
40
run: |
41
#twine upload --skip-existing --repository testpypi wheelhouse/* --verbose
42
- twine upload --skip-existing--repository testpypi dist/*.tar.gz --verbose
+ twine upload --skip-existing --repository testpypi dist/*.tar.gz --verbose
43
44
env:
45
TWINE_USERNAME: __token__
@@ -49,7 +49,7 @@ jobs:
49
- name: Publish distribution 📦 to PyPI
50
51
52
- twine upload --skip-existing wheelhouse/* --verbose
+ twine upload --skip-existing dist/*.tar.gz --verbose
53
54
55
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
0 commit comments