From bbda4d95315e1409e337ca426277a8be934d4a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81opaciuk?= Date: Wed, 17 Apr 2024 16:43:25 +0200 Subject: [PATCH] Bump cibuildwheel and use the "build" build tool --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c737068..ef837cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,12 +20,13 @@ jobs: - uses: actions/setup-python@v3 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.5 + run: python -m pip install cibuildwheel==2.17.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8" + CIBW_BUILD_FRONTEND: "build" - uses: actions/upload-artifact@v4 with: