Skip to content

Commit

Permalink
[skip ci] update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-mil committed Mar 24, 2023
1 parent e65c464 commit da11cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
POETRY_TEST_PYPI_TOKEN: ${{ secrets.PYPI_TESTING_API_TOKEN }}
run: |
poetry config repositories.testpypi "https://test.pypi.org/legacy/"
poetry config pypi-token.testpypi = $POETRY_TEST_PYPI_TOKEN
poetry config pypi-token.testpypi $POETRY_TEST_PYPI_TOKEN
poetry publish -r testpypi
- name: Publish to PyPI
Expand Down

0 comments on commit da11cbd

Please sign in to comment.