Skip to content

Commit 11ceec3

Browse files
authored
👷 ci: fix build env (#10)
1 parent aa8ec35 commit 11ceec3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
python-version: "3.x"
3434

3535
- name: build release distributions
36+
env:
37+
CIBW_ARCHS: ${{ matrix.platform.target }}
38+
CIBW_PLATFORM: ${{ matrix.platform.os }}
3639
run: |
3740
uv build
3841

0 commit comments

Comments
 (0)