Skip to content

Commit 9b2f571

Browse files
committed
fix: Split the steps..
1 parent 2bf253c commit 9b2f571

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
run: |
7272
sudo apt install -y xz-utils
7373
uv sync
74-
- name: Build wheel
74+
- name: Build volume contents
7575
run: |
7676
uv run python scripts/build.py --arch ${{ matrix.platform.arch }}
77+
- name: Build wheel
78+
run: |
7779
sed -i 's/ARCH/${{ matrix.platform.arch }}/g' MANIFEST.in
7880
uv build --wheel
7981
- name: Apply platform tags to wheel

0 commit comments

Comments
 (0)