Skip to content

Commit 39e0c4a

Browse files
authored
chore: update package-lock.json files in mcp-server and typescript pa… (#20)
* chore: update package-lock.json files in mcp-server and typescript packages * ci: add cd step and simplify build command in Python publish workflow
1 parent cd9efdd commit 39e0c4a

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.github/workflows/publish-agent-toolkit-python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.11" # choose what you like
20+
21+
- name: move to python directory
22+
run: cd python
2023

2124
- name: Install build tools
2225
run: python -m pip install --upgrade build twine
2326

2427
- name: Build wheel & sdist
25-
run: cd python && python -m build # outputs to ./dist
28+
run: python -m build # outputs to ./dist
2629

2730
- name: Upload to PyPI
2831
env:

mcp-server/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)