Skip to content

Commit c1d2168

Browse files
authored
Merge pull request #10417 from nicoddemus/publish-action-pin
Use specific tag in the gh-action-pypi-publish action
2 parents bbe7cba + deae8f4 commit c1d2168

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
python -m build
4444
4545
- name: Publish package to PyPI
46-
uses: pypa/gh-action-pypi-publish@master
46+
uses: pypa/gh-action-pypi-publish@release/v1
4747
with:
48-
user: __token__
4948
password: ${{ secrets.pypi_token }}
5049

5150
- name: Publish GitHub release notes

0 commit comments

Comments
 (0)