From 00e6b4817cfcf768b62af520413c0220685d7426 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Mon, 1 Jul 2024 20:14:49 +0200 Subject: [PATCH] Revert "ci: trying to switch to uv-based build backend for cibuildwheel" This reverts commit 702902c8386f9292b33989c57212a89a2e0e13e7. --- .github/workflows/build.yml | 18 ------------------ pyproject.toml | 4 ---- 2 files changed, 22 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c69e2a38..760081073 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 63ff71b8c..0ded74ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]" -