Skip to content

Commit 7685c12

Browse files
committed
use correct secret in workflow
1 parent 21514db commit 7685c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Install poetry
1616
run: pip install poetry
1717
- name: Configure API token
18-
run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
18+
run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_TOKEN }}"
1919
- name: Build and then publish nuts to PyPI
2020
run: poetry publish --build

0 commit comments

Comments
 (0)