Skip to content

Commit 5abc57f

Browse files
authored
Merge pull request #327 from instructlab/dependabot/github_actions/pypa/gh-action-pypi-publish-1.11.0
build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
2 parents f8b89df + 00eaedf commit 5abc57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
path: dist
7979

8080
- name: "Upload to Test PyPI"
81-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
81+
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
8282
with:
8383
repository-url: https://test.pypi.org/legacy/
8484

@@ -130,4 +130,4 @@ jobs:
130130
rm ./dist/*.sigstore.json
131131
132132
- name: "Upload to PyPI"
133-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
133+
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0

0 commit comments

Comments
 (0)