Skip to content

Commit 21d87de

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@22b4d1f...a3a3baf) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d09c42 commit 21d87de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Publish binary wheel and source tarball on PyPI
103103
# Only attempt pypi upload in upstream repository
104104
if: github.repository == 'theupdateframework/python-tuf'
105-
uses: pypa/gh-action-pypi-publish@22b4d1f12511f2696162c08546dafbaa903448a2
105+
uses: pypa/gh-action-pypi-publish@a3a3bafbb3e5a75a854ae1bc53ae128cf22c4af4
106106
with:
107107
user: __token__
108108
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)