File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
defaults :
11
11
run :
12
- working-directory : ./python/thirdweb-ai
12
+ working-directory : ./python
13
13
environment :
14
14
name : pypi
15
15
url : https://pypi.org/p/thirdweb-ai
@@ -30,22 +30,22 @@ jobs:
30
30
with :
31
31
enable-cache : true
32
32
cache-dependency-glob : " uv.lock" # Update cache if uv.lock changes
33
-
34
- - name : Build thirdweb-mcp
35
- run : uv build
33
+
34
+ - name : Build thirdweb-ai
35
+ run : uv build --package thirdweb-ai
36
36
37
37
- name : Publish package
38
38
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
39
39
with :
40
40
user : __token__
41
41
password : ${{ secrets.PYPI_API_KEY }}
42
- packages-dir : python/thirdweb-ai/ dist/
42
+ packages-dir : dist/
43
43
44
44
build-and-publish-mcp :
45
45
runs-on : ubuntu-latest
46
46
defaults :
47
47
run :
48
- working-directory : ./python/thirdweb-mcp
48
+ working-directory : ./python
49
49
environment :
50
50
name : pypi
51
51
url : https://pypi.org/p/thirdweb-mcp
@@ -66,13 +66,13 @@ jobs:
66
66
with :
67
67
enable-cache : true
68
68
cache-dependency-glob : " uv.lock" # Update cache if uv.lock changes
69
-
69
+
70
70
- name : Build thirdweb-mcp
71
- run : uv build
71
+ run : uv build --package thirdweb-mcp
72
72
73
73
- name : Publish package
74
74
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
75
75
with :
76
76
user : __token__
77
77
password : ${{ secrets.PYPI_API_KEY }}
78
- packages-dir : python/thirdweb-mcp/ dist/
78
+ packages-dir : dist/
You can’t perform that action at this time.
0 commit comments