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 28e3fd8 commit 5ca9de3Copy full SHA for 5ca9de3
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
6
7
jobs:
8
- test:
+ release:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
Makefile
@@ -29,7 +29,7 @@ shiv: build
29
npm-package: shiv
30
mkdir -p npm/dist
31
cp dist/mcp-scan.pyz npm/dist/
32
- uv run python npm/update_package.py
+ uv run python npm/write_package.py
33
chmod +x npm/bin/mcp-scan.js
34
35
publish-pypi: build
0 commit comments