Skip to content

Commit 7c44190

Browse files
committed
ci: try to resolve automatic deploy to PyPI
1 parent e21b451 commit 7c44190

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232

3333
- name: Publish to PyPI
3434
env:
35-
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
35+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
3636
run: |
37-
poetry publish --build -u __token__ -p $PYPI_TOKEN
37+
poetry publish --build

0 commit comments

Comments
 (0)