We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe7b06 commit 5f4c5e0Copy full SHA for 5f4c5e0
1 file changed
.github/workflows/release.yml
@@ -26,11 +26,13 @@ jobs:
26
ghcr.io/codellm-devkit/cocoa:${{ github.ref_name }}
27
ghcr.io/codellm-devkit/cocoa:latest
28
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.
31
pypi:
32
if: false
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v4
36
- uses: astral-sh/setup-uv@v5
37
- run: uv build
- - run: echo "enable trusted publishing, then uv publish"
38
+ - run: 'echo "enable trusted publishing, then: uv publish"'
0 commit comments