Skip to content

Commit 5f4c5e0

Browse files
committed
fix: restore pypi blocker comment and exact echo text
1 parent 4fe7b06 commit 5f4c5e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ jobs:
2626
ghcr.io/codellm-devkit/cocoa:${{ github.ref_name }}
2727
ghcr.io/codellm-devkit/cocoa:latest
2828
29+
# PyPI publish is BLOCKED on the package-name conflict (cocoa-mcp#3).
30+
# Flip `if: false` and add a trusted-publisher config once the name is free.
2931
pypi:
3032
if: false
3133
runs-on: ubuntu-latest
3234
steps:
3335
- uses: actions/checkout@v4
3436
- uses: astral-sh/setup-uv@v5
3537
- run: uv build
36-
- run: echo "enable trusted publishing, then uv publish"
38+
- run: 'echo "enable trusted publishing, then: uv publish"'

0 commit comments

Comments
 (0)