Skip to content

Commit e90ebfc

Browse files
authored
Update python-publish.yml
1 parent 06aa3ac commit e90ebfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
#if: startsWith(github.ref, 'refs/tags')
4040
run: |
4141
#twine upload --skip-existing --repository testpypi wheelhouse/* --verbose
42-
twine upload --skip-existing--repository testpypi dist/*.tar.gz --verbose
42+
twine upload --skip-existing --repository testpypi dist/*.tar.gz --verbose
4343
4444
env:
4545
TWINE_USERNAME: __token__
@@ -49,7 +49,7 @@ jobs:
4949
- name: Publish distribution 📦 to PyPI
5050
#if: startsWith(github.ref, 'refs/tags')
5151
run: |
52-
twine upload --skip-existing wheelhouse/* --verbose
52+
twine upload --skip-existing dist/*.tar.gz --verbose
5353
env:
5454
TWINE_USERNAME: __token__
5555
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)