Skip to content

Commit

Permalink
ci: faster wheel builds (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 11, 2024
1 parent f97f152 commit 2c6c623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-12, windows-latest]
platform: [ubuntu-latest, macos-12, windows-2019]
python-version: ["3.8", "3.11"]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
with:
submodules: true

- uses: yezz123/setup-uv@v4

- uses: pypa/[email protected]
env:
CIBW_PRERELEASE_PYTHONS: true
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ testpaths = ["tests"]


[tool.cibuildwheel]
build-frontend = "build[uv]"
test-command = "pytest {project}/tests"
test-extras = ["test"]

Expand Down

0 comments on commit 2c6c623

Please sign in to comment.