Skip to content

Commit

Permalink
Update twine repo to real pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Cooper authored Jan 21, 2021
1 parent 25aa939 commit b73bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
TWINE_USERNAME: ${{secrets.PYPI_USERNAME}}
TWINE_PASSWORD: ${{secrets.PYPI_PASSWORD}}
TWINE_REPOSITORY: testpypi
TWINE_REPOSITORY: pypi
run: |
make release
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit b73bbb5

Please sign in to comment.