Skip to content

Commit a149dc1

Browse files
authored
Add testpypi repository
1 parent 1ea8bf1 commit a149dc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Setup Poetry to publish
2525
run: |
2626
poetry install --no-interaction
27+
poetry config repositories.testpypi 'https://test.pypi.org/legacy/'
2728
poetry config pypi-token.testpypi '${{ secrets.TESTPYPI_API_TOKEN }}'
2829
poetry config pypi-token.pypi '${{ secrets.PYPI_API_TOKEN }}'
2930
- name: Publish package

0 commit comments

Comments
 (0)