Skip to content

Commit c59ea74

Browse files
committed
Tell uv publish its destination URL.
1 parent 4c56b2e commit c59ea74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run:
1111
runs-on: ubuntu-latest
1212
environment:
13-
name: testpypi
13+
name: pypi-publish
1414
permissions:
1515
id-token: write
1616
contents: read
@@ -28,4 +28,4 @@ jobs:
2828
- name: Smoke test (source distribution)
2929
run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
3030
- name: Publish
31-
run: uv publish
31+
run: uv publish --publish-url https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)