Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7f1d0c

Browse files
Update pythonpublish.yml (#145)
Alter secret name for PyPi token
1 parent 055924c commit d7f1d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Publish package
2424
uses: pypa/gh-action-pypi-publish@release/v1
2525
with:
26-
password: ${{ secrets.PYPI_API_TOKEN }}
26+
password: ${{ secrets.PYPI }}

0 commit comments

Comments
 (0)