Skip to content

Commit 67a4d30

Browse files
committed
correction for pypi release #2
1 parent b392035 commit 67a4d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
python -m pip install poetry==${{ env.POETRY_VERSION }}
3838
poetry install
3939
40-
- name: Build Python package and Upload to TestPyPi
40+
- name: Build Python package and Upload to PyPi
4141
env:
4242
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4343
run: |
4444
poetry update
4545
poetry build
46-
poetry publish -r testpypi --username "__token__" --password $PYPI_TOKEN
46+
poetry publish --username "__token__" --password $PYPI_TOKEN

0 commit comments

Comments
 (0)