We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741e408 commit e39fbfeCopy full SHA for e39fbfe
.github/workflows/publish.yml
@@ -12,6 +12,4 @@ jobs:
12
- name: Build and publish to pypi
13
uses: JRubics/poetry-publish@v1.13
14
with:
15
- pypi_token: ${{ secrets.PYPI_TOKEN }}
16
- repository_name: "testpypi"
17
- repository_url: "https://test.pypi.org/legacy/"
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments