We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea8bf1 commit a149dc1Copy full SHA for a149dc1
1 file changed
.github/workflows/publish.yaml
@@ -24,6 +24,7 @@ jobs:
24
- name: Setup Poetry to publish
25
run: |
26
poetry install --no-interaction
27
+ poetry config repositories.testpypi 'https://test.pypi.org/legacy/'
28
poetry config pypi-token.testpypi '${{ secrets.TESTPYPI_API_TOKEN }}'
29
poetry config pypi-token.pypi '${{ secrets.PYPI_API_TOKEN }}'
30
- name: Publish package
0 commit comments