Skip to content

Commit e8976bc

Browse files
committed
fix(ci): try endpoint with trailing slash
1 parent 2cc3b16 commit e8976bc

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
@@ -149,7 +149,7 @@ jobs:
149149
if: needs.setup.outputs.publish_env=='testpypi'
150150
uses: pypa/gh-action-pypi-publish@release/v1
151151
with:
152-
repository-url: https://test.pypi.org/legacy
152+
repository-url: https://test.pypi.org/legacy/
153153
verbose: true
154154
skip-existing: true
155155
attestations: false

0 commit comments

Comments
 (0)