From 9ac3e54d6eb041525a7c4c8081d9fa4dfe021d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Mon, 26 Feb 2024 10:16:08 +0100 Subject: [PATCH] fix --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29f105a7..9b192b1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,10 +130,9 @@ jobs: - name: Install EdgeDB uses: edgedb/setup-edgedb@v1 - - uses: pypa/cibuildwheel@v2.12.3 + - uses: pypa/cibuildwheel@v2.16.5 with: only: ${{ matrix.only }} - config-file: 'pyproject.toml' env: CIBW_BUILD_VERBOSITY: 1 CIBW_BEFORE_ALL_LINUX: >