Skip to content

Commit 225ea54

Browse files
fix(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#2296)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@cef2210...ba38be9) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b7e3ea commit 225ea54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
subject-path: "dist/*"
287287

288288
- name: Publish package distributions to PyPI
289-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
289+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
290290
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
291291
# See https://github.com/actions/runner/issues/1173
292292
if: steps.release.outputs.released == 'true'

0 commit comments

Comments
 (0)