Merge pull request #2062 from theupdateframework/dependabot/github_actions/pypa/gh-action-pypi-publish-1.5.1

build(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
This commit is contained in:
Lukas Pühringer 2022-08-01 11:50:49 +02:00 committed by GitHub
commit a809bb8844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ jobs:
path: dist
- name: Publish binary wheel and source tarball on PyPI
uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}