Skip to content

Commit 2c6c623

Browse files
authored
ci: faster wheel builds (#146)
1 parent f97f152 commit 2c6c623

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
platform: [ubuntu-latest, macos-12, windows-latest]
15+
platform: [ubuntu-latest, macos-12, windows-2019]
1616
python-version: ["3.8", "3.11"]
1717

1818
runs-on: ${{ matrix.platform }}

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
with:
5252
submodules: true
5353

54+
- uses: yezz123/setup-uv@v4
55+
5456
- uses: pypa/[email protected]
5557
env:
5658
CIBW_PRERELEASE_PYTHONS: true

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ testpaths = ["tests"]
4545

4646

4747
[tool.cibuildwheel]
48+
build-frontend = "build[uv]"
4849
test-command = "pytest {project}/tests"
4950
test-extras = ["test"]
5051

0 commit comments

Comments
 (0)