Skip to content

Commit 667f0da

Browse files
committed
fix(ci): override TestPyPI repo url
1 parent 7a1c1bf commit 667f0da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
user: __token__
3131
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
32+
repository_url: https://test.pypi.org/legacy/
3233
print_hash: true
3334
skip_existing: true
3435
verbose: true

0 commit comments

Comments
 (0)