Skip to content

Commit

Permalink
ci: faster cibuildwheel
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jun 10, 2024
1 parent b08d567 commit cdede72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
submodules: true
fetch-depth: 0

- uses: yezz123/setup-uv@v4

- uses: pypa/cibuildwheel@v2.18
env:
CIBW_BUILD: "${{ matrix.build }}"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
fetch-depth: 0
submodules: true

- uses: yezz123/setup-uv@v4

- uses: pypa/cibuildwheel@v2.18
env:
CIBW_BUILD: ${{ matrix.build }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ ignore_missing_imports = true


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

0 comments on commit cdede72

Please sign in to comment.