Skip to content

Commit bc5fea3

Browse files
committed
do not sync before building
1 parent 8ec2066 commit bc5fea3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
enable-cache: true
3232
cache-dependency-glob: "uv.lock" # Update cache if uv.lock changes
3333

34-
- name: Install the project
35-
run: uv sync
36-
3734
- name: Build thirdweb-mcp
3835
run: uv build
3936

@@ -70,9 +67,6 @@ jobs:
7067
enable-cache: true
7168
cache-dependency-glob: "uv.lock" # Update cache if uv.lock changes
7269

73-
- name: Install the project
74-
run: uv sync
75-
7670
- name: Build thirdweb-mcp
7771
run: uv build
7872

0 commit comments

Comments
 (0)