Skip to content

Commit 0e6050e

Browse files
committed
now we're just making stuff up
1 parent 8d4109c commit 0e6050e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,11 @@ jobs:
6060
run: |
6161
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.0.0/mcp-publisher_1.0.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
6262
63-
- name: Validate server.json with MCP Publisher
64-
run: ./mcp-publisher validate --file server.json
65-
6663
- name: Login to MCP Registry (OIDC)
6764
run: ./mcp-publisher login github-oidc
6865

6966
- name: Publish to MCP Registry
70-
run: ./mcp-publisher publish --file server.json
67+
run: ./mcp-publisher publish
7168

7269
- name: Extract package version
7370
id: get_version

0 commit comments

Comments
 (0)