Skip to content

Commit

Permalink
update GHA to publish to test-pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Jun 5, 2023
1 parent 71ebe4e commit da4b5f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest -v
- name: Publish to Test PyPI
env:
POETRY_PYPI_TOKEN_TEST_PYPI: ${{ env.test_pypi_token }}
run: |
poetry config --local repositories.test-pypi https://test.pypi.org/legacy/
poetry publish --repository test-pypi

0 comments on commit da4b5f5

Please sign in to comment.