Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit f34c14f

Browse files
authored
Merge pull request #31 from instructlab/dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
2 parents 2a4cf59 + 6994202 commit f34c14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
path: dist
7777

7878
- name: "Upload to Test PyPI"
79-
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
79+
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
8080
with:
8181
repository-url: https://test.pypi.org/legacy/
8282

@@ -127,4 +127,4 @@ jobs:
127127
rm ./dist/*.sigstore
128128
129129
- name: "Upload to PyPI"
130-
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
130+
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0

0 commit comments

Comments
 (0)