Skip to content

Commit b52e9e7

Browse files
authored
use default pypi settings (#79)
Signed-off-by: Manabu McCloskey <[email protected]>
1 parent 9c6136c commit b52e9e7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
run: uv build
5757

5858
- name: Publish to PyPi
59-
run: uv publish --index pypi --trusted-publishing always
59+
run: uv publish --trusted-publishing always

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,3 @@ name = "pypi-test"
101101
url = "https://test.pypi.org/simple/"
102102
publish-url = "https://test.pypi.org/legacy/"
103103
explicit = true
104-
105-
[[tool.uv.index]]
106-
name = "pypi"
107-
url = "https://pypi.org/simple/"
108-
publish-url = "https://pypi.org/legacy/"
109-
explicit = true

0 commit comments

Comments
 (0)