Skip to content

Commit aa08ed5

Browse files
committed
Use correct repository for publish.
1 parent 5220fde commit aa08ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
4848
run: |
4949
pip install twine
50-
twine upload --repository testpypi --verbose dist/*
50+
twine upload dist/*

0 commit comments

Comments
 (0)