Skip to content

Commit

Permalink
ci: Rename poetry repo for TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Aug 22, 2022
1 parent bbad45e commit 3f1c500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: curl -sSL https://install.python-poetry.org | python -

- name: Configure Poetry repo for TestPyPI
run: poetry config repositories.test-pypi https://test.pypi.org/legacy/
run: poetry config repositories.testpypi https://test.pypi.org/legacy/

- name: Publish to TestPyPI with Poetry
run: poetry publish --build -n -r test-pypi -u __token__ -p "$TOKEN"
run: poetry publish --build -n -r testpypi -u __token__ -p "$TOKEN"
env:
TOKEN: ${{ secrets.TESTPYPI_TOKEN }}

0 comments on commit 3f1c500

Please sign in to comment.