You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ak...@apache.org on 2024/04/04 08:36:08 UTC

(buildstream) branch abderrahim/fix-release created (now a7436e830)

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

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


      at a7436e830 ci: Update cibuildwheel for releases

This branch includes the following new commits:

     new a7436e830 ci: Update cibuildwheel for releases

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(buildstream) 01/01: ci: Update cibuildwheel for releases

Posted by ak...@apache.org.
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 <ab...@codethink.co.uk>
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: