Skip to content

Commit 8cd47c7

Browse files
committed
fix package dir paths
1 parent 110b124 commit 8cd47c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
id-token: write
9+
contents: read
10+
711
jobs:
812
build-and-publish:
913
runs-on: ubuntu-latest
@@ -36,4 +40,6 @@ jobs:
3640
with:
3741
user: __token__
3842
password: ${{ secrets.PYPI_API_TOKEN }}
39-
packages-dir: python/thirdweb-mcp/dist/ python/thirdweb-ai/dist/
43+
packages-dir: python/thirdweb-mcp/dist python/thirdweb-ai/dist
44+
verbose: true
45+
skip-existing: true

0 commit comments

Comments
 (0)