Skip to content

Commit aee9134

Browse files
Update .github/workflows/publish-to-pypi.yml
Co-authored-by: Garcia Samuel <[email protected]>
1 parent ea6e873 commit aee9134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2626
run: |
2727
python -m build --sdist --wheel
28-
twine upload --repository testpypi dist/*
28+
twine upload dist/*

0 commit comments

Comments
 (0)