From 1ef556995973759cb0bc0b123dfc8748e09a9843 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 8 Sep 2023 12:20:33 +0100 Subject: [PATCH] CI: install latest cibuildwheel fork no longer needed, as patch was fixed upstream --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c64d4a0d6..59ba1b0bd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -90,8 +90,7 @@ jobs: with: platforms: all - name: Install dependencies - # using fork of cibuildwheel until this is fixed: https://github.com/pypa/cibuildwheel/issues/1504 - run: pip install git+https://github.com/anthrotype/cibuildwheel.git@test_command_wheel#egg=cibuildwheel + run: pip install cibuildwheel - name: Build Wheels run: python -m cibuildwheel --output-dir wheelhouse . env: