Skip to content

Commit

Permalink
Use correct repository for publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmeddie committed Feb 2, 2022
1 parent 5220fde commit aa08ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
run: |
pip install twine
twine upload --repository testpypi --verbose dist/*
twine upload dist/*

0 comments on commit aa08ed5

Please sign in to comment.