Skip to content

Commit

Permalink
fix: dont specify username
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp-ant committed Jan 13, 2025
1 parent 3d8c33c commit a5dbc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def publish_package(
# Build and publish to PyPI
subprocess.run(["uv", "build"], cwd=path, check=True)
subprocess.run(
["uv", "publish", "--username", "__token__"],
["uv", "publish"],
cwd=path,
check=True,
)
Expand Down

0 comments on commit a5dbc1d

Please sign in to comment.