This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a commit to branch abderrahim/fix-release
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit a7436e830a67a1a249d3beac4a7bea6ef8c16dba
Author: Abderrahim Kitouni <[email protected]>
AuthorDate: Thu Apr 4 09:35:35 2024 +0100

    ci: Update cibuildwheel for releases
    
    It was updated in 82d10333545581a2b9288fa1d316fdebbdf0b93c for tests to
    support python 3.12, but releases where still using an older version.
    Use the same version of cibuildwheel for both.
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 461c4d732..cc0457296 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
         run: 
${GITHUB_WORKSPACE}/.github/wheel-helpers/fetch-latest-buildbox-release.sh
 
       - name: Build wheels
-        run: pipx run cibuildwheel==2.11.3
+        run: pipx run cibuildwheel==v2.16.2
 
       - uses: actions/upload-artifact@v3
         with:

Reply via email to