Skip to content

Commit a18ac3a

Browse files
committed
ci: fix publish pipeline - pin a proper version
1 parent 230581e commit a18ac3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
- name: Publish distribution to PyPI # official action from python maintainers
65-
uses: pypa/gh-action-pypi-publish@master
65+
uses: pypa/gh-action-pypi-publish@v1.13.0
6666
with:
67-
user: __token__
6867
password: ${{ secrets.PYPI_PASSWORD }}
6968
verbose: true # trace if the upload fails

0 commit comments

Comments
 (0)