Skip to content

Commit 027e0c0

Browse files
Chore: Update publish action version and test/URL (#290)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbd8653 commit 027e0c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ jobs:
139139
environment: "development"
140140

141141
- name: "Publish PyPI [Trusted Publishing]"
142-
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
142+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
143143
# yamllint disable-line rule:line-length
144144
with:
145-
repository-url: https://test.pypi.org/legacy/
145+
repository-url: https://test.pypi.org/simple/
146146
# We already validated earlier in the pipeline (twine)
147147
verify-metadata: false
148148
attestations: true
@@ -192,7 +192,7 @@ jobs:
192192
environment: "production"
193193

194194
- name: "Publish PyPI [Trusted Publishing]"
195-
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
195+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
196196
# yamllint disable-line rule:line-length
197197
with:
198198
# We already validated earlier in the pipeline (twine)

0 commit comments

Comments
 (0)