Skip to content

Commit b6f304d

Browse files
authored
Merge pull request #1115 from globus/dependabot/github_actions/github-actions-5da8da3d55
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the github-actions group
2 parents 323d456 + fc5f1d2 commit b6f304d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- run: python -m build .
2222

2323
- name: Publish to PyPI
24-
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
24+
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2

.github/workflows/publish_to_test_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- run: python -m build .
2222

2323
- name: Publish to TestPyPI
24-
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
24+
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
2525
with:
2626
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)