Skip to content

Commit 325174e

Browse files
authored
Fix: override TestPyPI repo url (#31)
2 parents 7a1c1bf + 667f0da commit 325174e

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)