Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Add testpypi to poetry repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
samj1912 committed Jan 2, 2023
1 parent 7007961 commit 05b92ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
poetry env use "3.7"
poetry install
poetry config repositories.testpypi https://test.pypi.org/legacy/
- name: Bump version number
run: poetry version ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 05b92ba

Please sign in to comment.