Skip to content

Commit

Permalink
build: use uv for cibuildwheel (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Apr 21, 2024
1 parent 20df7bb commit c0d20da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
include:
# linux-64
- os: ubuntu-latest
python: 37
python: 38
platform_id: manylinux_x86_64
# macosx_universal2
- os: macos-14
python: 39
platform_id: macosx_universal2
# win-64
- os: windows-2019
python: 37
python: 38
platform_id: win_amd64
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fallback_version = "Unknown"
test-command = "datasetbuilder -h"
build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]
test-skip = "*-win_amd64 cp311-*"
before-test = ["pip install replace-pip-with-uv-pip"]

[tool.cibuildwheel.linux]
environment-pass = ["CIBW_BUILD"]
Expand Down

0 comments on commit c0d20da

Please sign in to comment.