Skip to content

Commit

Permalink
Merge pull request #1115 from globus/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-5da8da3d55

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the github-actions group
  • Loading branch information
kurtmckee authored Dec 1, 2024
2 parents 323d456 + fc5f1d2 commit b6f304d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- run: python -m build .

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_test_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- run: python -m build .

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

0 comments on commit b6f304d

Please sign in to comment.