Skip to content

Commit c3da876

Browse files
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.0 in the github-actions-dependency group (#4100)
Bump pypa/gh-action-pypi-publish in the github-actions-dependency group Bumps the github-actions-dependency group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@fb13cb3...61da13d) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependency ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 921d471 commit c3da876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
file_glob: true
7373
- name: Publish package distributions to PyPI
7474
if: ${{ steps.check-tag.outputs.match != '' }}
75-
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
75+
uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 # v1.12.0
7676
- name: Publish package distributions to TestPyPI
7777
if: ${{ steps.check-tag.outputs.match == '' }}
78-
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
78+
uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 # v1.12.0
7979
with:
8080
repository-url: https://test.pypi.org/legacy/
8181
verbose: true

0 commit comments

Comments
 (0)