Skip to content

Commit 14574dc

Browse files
committed
sync first
Signed-off-by: Bugen Zhao <[email protected]>
1 parent 369be26 commit 14574dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23+
- name: Sync environment
24+
run: |
25+
# Sync the environment to ensure all dependencies are up to date
26+
uv sync --locked
27+
2328
- name: Build package
2429
run: |
25-
uv build --locked
30+
uv build
2631
2732
- name: Verify build artifacts
2833
run: |

0 commit comments

Comments
 (0)