Skip to content

Commit 7359846

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...cef2210) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 031c5be commit 7359846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Publish package to TestPyPI
8181
if: github.event_name == 'push'
82-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 # zizmor: ignore[use-trusted-publishing]
82+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.12.4 # zizmor: ignore[use-trusted-publishing]
8383
with:
8484
user: __token__
8585
password: ${{ secrets.PARCELS_PYPI_TEST_TOKEN }}
@@ -97,7 +97,7 @@ jobs:
9797
name: releases
9898
path: dist
9999
- name: Publish package to PyPI
100-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
100+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
101101

102102
test-pypi-release:
103103
needs: upload-to-pypi

0 commit comments

Comments
 (0)