Skip to content

Commit 9c6136c

Browse files
authored
add pypi index (#78)
Signed-off-by: Manabu McCloskey <[email protected]>
1 parent 4c30a44 commit 9c6136c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-and-push:
99
runs-on: ubuntu-latest
10-
environment: deploy
10+
environment: release
1111
permissions:
1212
contents: read
1313
packages: write

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ 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)