update publish workflow to use correct secret name
This commit is contained in:
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@@ -19,4 +19,4 @@ jobs:
|
|||||||
- name: Build using poetry and publish to PyPi
|
- name: Build using poetry and publish to PyPi
|
||||||
uses: JRubics/poetry-publish@v1.11
|
uses: JRubics/poetry-publish@v1.11
|
||||||
with:
|
with:
|
||||||
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
|
pypi_token: ${{ secrets.PYPI_API_KEY }}
|
||||||
Reference in New Issue
Block a user