Skip to content

Commit

Permalink
Remove testpypi as secret doesn't exist (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
visch authored Feb 17, 2023
1 parent 9008af6 commit 88c2405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ jobs:
file_glob: true
- name: Deploy to PyPI
run: |
poetry publish -r testpypi -u "__token__" -p "${{ secrets.TEST_PYPI_TOKEN }}"
poetry publish -u "__token__" -p "${{ secrets.PYPI_TOKEN }}"

0 comments on commit 88c2405

Please sign in to comment.