Skip to content

Commit c2d0d67

Browse files
authored
Update python-release.yml
1 parent f244989 commit c2d0d67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ jobs:
4545
- name: Build and publish library
4646
if: matrix.python-version == 3.8
4747
run: |
48-
# poetry config repositories.testpypi https://test.pypi.org/legacy/
49-
poetry config pypi-token.testpypi ${{ secrets.PYPI_TOKEN }}
50-
poetry publish -r testpypi --build
48+
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
49+
poetry publish --build

0 commit comments

Comments
 (0)