Skip to content

Commit 5ca9de3

Browse files
committed
release workflow
1 parent 28e3fd8 commit 5ca9de3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66

77
jobs:
8-
test:
8+
release:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ shiv: build
2929
npm-package: shiv
3030
mkdir -p npm/dist
3131
cp dist/mcp-scan.pyz npm/dist/
32-
uv run python npm/update_package.py
32+
uv run python npm/write_package.py
3333
chmod +x npm/bin/mcp-scan.js
3434

3535
publish-pypi: build

0 commit comments

Comments
 (0)