Skip to content

Commit 25f3309

Browse files
author
Roberto Vera Alvarez
committed
Adding PIPY token
1 parent 2f04074 commit 25f3309

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
run: pip install poetry
2424
- name: Build and publish
2525
env:
26-
POETRY_USERNAME: ${{ secrets.PYPI_USERNAME }}
27-
POETRY_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
26+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
2827
run: |
2928
poetry build
30-
poetry publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}
29+
poetry publish

0 commit comments

Comments
 (0)