Skip to content

Commit 33c4c03

Browse files
authored
Update python-publish.yml
1 parent 2eb67da commit 33c4c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
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 --repository testpypi wheelhouse/* --verbose
42-
twine upload --repository testpypi dist/* --verbose
42+
twine upload --repository testpypi dist/*.tar.gz --verbose
4343
4444
env:
4545
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)