Skip to content

Commit a5dbc1d

Browse files
committed
fix: dont specify username
1 parent 3d8c33c commit a5dbc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def publish_package(
135135
# Build and publish to PyPI
136136
subprocess.run(["uv", "build"], cwd=path, check=True)
137137
subprocess.run(
138-
["uv", "publish", "--username", "__token__"],
138+
["uv", "publish"],
139139
cwd=path,
140140
check=True,
141141
)

0 commit comments

Comments
 (0)