mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
fix: dont specify username
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user