Skip to content

Commit 9c8aebd

Browse files
committed
Used correct secret name
1 parent f2ab282 commit 9c8aebd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ jobs:
4444
with:
4545
name: package
4646
path: dist/
47-
- name: Publish to PyPI
48-
run: |
49-
poetry config pypi-token.pypi $POETRY_PYPI_TOKEN_PYPI
50-
poetry publish -n
51-
env:
52-
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
5347
- name: GitHub release
5448
run: gh release create "$TAG" --generate-notes dist/*
5549
env:
5650
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
- name: Publish to PyPI
52+
run: poetry publish -n
53+
env:
54+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)