We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b392035 commit 67a4d30Copy full SHA for 67a4d30
.github/workflows/pypi_release.yml
@@ -37,10 +37,10 @@ jobs:
37
python -m pip install poetry==${{ env.POETRY_VERSION }}
38
poetry install
39
40
- - name: Build Python package and Upload to TestPyPi
+ - name: Build Python package and Upload to PyPi
41
env:
42
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
43
run: |
44
poetry update
45
poetry build
46
- poetry publish -r testpypi --username "__token__" --password $PYPI_TOKEN
+ poetry publish --username "__token__" --password $PYPI_TOKEN
0 commit comments