mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-27 16:25:14 +02:00
fix: dont specify username
This commit is contained in:
@@ -135,7 +135,7 @@ def publish_package(
|
|||||||
# Build and publish to PyPI
|
# Build and publish to PyPI
|
||||||
subprocess.run(["uv", "build"], cwd=path, check=True)
|
subprocess.run(["uv", "build"], cwd=path, check=True)
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
["uv", "publish", "--username", "__token__"],
|
["uv", "publish"],
|
||||||
cwd=path,
|
cwd=path,
|
||||||
check=True,
|
check=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user