Skip to content

Commit 11ed7d9

Browse files
committed
fix dir
1 parent 8e86bfb commit 11ed7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
user: __token__
4141
password: ${{ secrets.PYPI_API_KEY }}
42-
packages-dir: dist/
42+
packages-dir: python/dist/
4343

4444
build-and-publish-mcp:
4545
runs-on: ubuntu-latest
@@ -75,4 +75,4 @@ jobs:
7575
with:
7676
user: __token__
7777
password: ${{ secrets.PYPI_API_KEY }}
78-
packages-dir: dist/
78+
packages-dir: python/dist/

0 commit comments

Comments
 (0)