Skip to content

Commit bba3b5c

Browse files
Update upload-python-package.yml
1 parent 376a27d commit bba3b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
run: |
3232
rm -rf dist/
3333
poetry build
34-
poetry run twine upload --repository-url https://test.pypi.org/legacy/ dist/*
34+
poetry run twine upload dist/*
3535

0 commit comments

Comments
 (0)