Skip to content

Commit e9b3f79

Browse files
committed
chore: update version
1 parent 4685f61 commit e9b3f79

File tree

2 files changed

+58
-55
lines changed

2 files changed

+58
-55
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@ dev = [
6868
[[tool.uv.index]]
6969
name = "pypi"
7070
url = "https://pypi.org/simple/"
71-
publish-url = "https://upload.pypi.org/legacy/"
71+
publish-url = "https://upload.pypi.org/legacy/"
72+
username = "__token__"
73+
password = { env = "UV_PUBLISH_TOKEN" }
74+
default = true

0 commit comments

Comments
 (0)