Skip to content

Commit 9bc7729

Browse files
committed
fix(ci/release/publish): update testpypi endpoint
1 parent 5ee8dba commit 9bc7729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ jobs:
142142
if: needs.setup.outputs.publish_env=='testpypi'
143143
uses: pypa/gh-action-pypi-publish@release/v1
144144
with:
145-
repository-url: https://test.pypi.org/uploads/legacy
145+
repository-url: https://test.pypi.org/legacy

0 commit comments

Comments
 (0)