Skip to content

Commit

Permalink
Revert "ci: trying to switch to uv-based build backend for cibuildwheel"
Browse files Browse the repository at this point in the history
This reverts commit 702902c.
  • Loading branch information
ntamas committed Jul 1, 2024
1 parent 03d7673 commit 00e6b48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
with:
python-version: '3.8'

- uses: yezz123/setup-uv@v4
name: Install uv

- name: Build wheels (manylinux)
uses: pypa/cibuildwheel@v2.19.1
env:
Expand Down Expand Up @@ -66,9 +63,6 @@ jobs:
id: qemu
uses: docker/setup-qemu-action@v3

- uses: yezz123/setup-uv@v4
name: Install uv

- name: Build wheels (manylinux)
uses: pypa/cibuildwheel@v2.19.1
env:
Expand All @@ -94,9 +88,6 @@ jobs:
id: qemu
uses: docker/setup-qemu-action@v3

- uses: yezz123/setup-uv@v4
name: Install uv

- name: Build wheels (musllinux)
uses: pypa/cibuildwheel@v2.19.1
env:
Expand Down Expand Up @@ -148,9 +139,6 @@ jobs:
with:
python-version: '3.8'

- uses: yezz123/setup-uv@v4
name: Install uv

- name: Install OS dependencies
if: steps.cache-c-core.outputs.cache-hit != 'true' || steps.cache-c-deps.outputs.cache-hit != 'true' # Only needed when building the C core or libomp
run:
Expand Down Expand Up @@ -194,9 +182,6 @@ jobs:
with:
python-version: '3.11.2'

- uses: yezz123/setup-uv@v4
name: Install uv

- name: Install OS dependencies
run:
sudo apt install ninja-build cmake flex bison
Expand Down Expand Up @@ -247,9 +232,6 @@ jobs:
with:
python-version: '3.8'

- uses: yezz123/setup-uv@v4
name: Install uv

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v4
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ build-backend = "setuptools.build_meta"
[tool.ruff]
lint.ignore = ["B905", "C901", "E402", "E501"]
lint.select = ["B", "C", "E", "F", "W"]

[tool.cibuildwheel]
build-frontend = "build[uv]"

0 comments on commit 00e6b48

Please sign in to comment.