Skip to content

Commit

Permalink
Merge pull request #410 from instructlab/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.12.4

build(deps): Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
  • Loading branch information
JamesKunstle authored Jan 24, 2025
2 parents e1ef2ee + b5e3c56 commit 1043cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
path: dist

- name: "Upload to Test PyPI"
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
with:
repository-url: https://test.pypi.org/legacy/

Expand Down Expand Up @@ -129,4 +129,4 @@ jobs:
rm ./dist/*.sigstore.json
- name: "Upload to PyPI"
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 comments on commit 1043cad

Please sign in to comment.