Skip to content

Commit

Permalink
Update test-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomScott authored Sep 4, 2023
1 parent 5a7b6a6 commit eed9eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build and publish to Test PyPI
run: |
poetry build
poetry publish --repository testpypi -u __token__ -p ${{ secrets.TEST_PYPI_API_TOKEN }}
poetry publish --repository https://test.pypi.org/legacy/ -u __token__ -p ${{ secrets.TEST_PYPI_API_TOKEN }}

0 comments on commit eed9eb6

Please sign in to comment.