Merge pull request #10417 from nicoddemus/publish-action-pin

Use specific tag in the gh-action-pypi-publish action
This commit is contained in:
Bruno Oliveira 2022-10-25 08:11:33 -03:00 committed by GitHub
commit c1d2168df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -43,9 +43,8 @@ jobs:
python -m build
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_token }}
- name: Publish GitHub release notes