Skip to content

Commit e39fbfe

Browse files
committed
Update publish action to publish to official PyPI
1 parent 741e408 commit e39fbfe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ jobs:
1212
- name: Build and publish to pypi
1313
uses: JRubics/poetry-publish@v1.13
1414
with:
15-
pypi_token: ${{ secrets.PYPI_TOKEN }}
16-
repository_name: "testpypi"
17-
repository_url: "https://test.pypi.org/legacy/"
15+
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)