Skip to content

Commit 709c121

Browse files
committed
retrying with uv
1 parent 7df03fc commit 709c121

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build_primary_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
env:
3232
CIBW_ARCHS: ${{ matrix.cibw_archs }}
3333
CIBW_SKIP: cp31[!0]{t,}-* *-musllinux_*
34-
CIBW_BEFORE_BUILD: pip install -U uv
35-
CIBW_BUILD_FRONTEND: build[uv]
34+
CIBW_BUILD_FRONTEND: "build[uv]; args: --no-isolation"
3635
CIBW_TEST_REQUIRES: pytest typing_extensions mypy
3736
CIBW_TEST_COMMAND: >
3837
python -X faulthandler {package}/test/debug.py &&

.github/workflows/build_secondary_wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
env:
4040
CIBW_ARCHS: ${{ matrix.cibw_archs }}
4141
CIBW_SKIP: cp31[!0]{t,}-* *-manylinux_x86_64 *-win_amd64
42-
CIBW_BEFORE_BUILD: pip install -U uv
43-
CIBW_BUILD_FRONTEND: build[uv]
42+
CIBW_BUILD_FRONTEND: "build[uv]; args: --no-isolation"
4443
CIBW_TEST_REQUIRES: pytest typing_extensions mypy
4544
CIBW_TEST_COMMAND: >
4645
python -X faulthandler {package}/test/debug.py &&
@@ -81,8 +80,7 @@ jobs:
8180
env:
8281
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8382
CIBW_BUILD: cp3[67]-*
84-
CIBW_BEFORE_BUILD: pip install -U uv
85-
CIBW_BUILD_FRONTEND: build[uv]
83+
CIBW_BUILD_FRONTEND: "build[uv]; args: --no-isolation"
8684
CIBW_TEST_REQUIRES: pytest typing_extensions mypy
8785
CIBW_TEST_COMMAND: >
8886
python -X faulthandler {package}/test/debug.py &&

0 commit comments

Comments
 (0)