commit:     39fe80bdea376594a06ee646a68bf52a130fdced
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 18:04:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 19:15:29 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=39fe80bd

pyproject.toml: fix build in cibuildwheel

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .github/workflows/release.yml | 2 +-
 pyproject.toml                | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5053cbed..769d7606 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
         platforms: ${{matrix.arch}}
 
     - name: Build wheels
-      uses: joerick/[email protected]
+      uses: joerick/[email protected]
       with:
         output-dir: dist
       env:

diff --git a/pyproject.toml b/pyproject.toml
index c8f59a16..29a19feb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -115,9 +115,9 @@ select = "*-manylinux*"
 before-all = [
        # "apt-get update",
        # "apt-get install -y git libxml2-dev libxslt-dev",
-       "yum update -y",
-       "yum install -y git libxslt-devel libxml2-devel",
+       "yum update -y --nogpgcheck",
+       "yum install -y --nogpgcheck git libxslt-devel libxml2-devel",
 
-       "curl -L 
\"https://github.com/robxu9/bash-static/releases/download/5.1.016-1.2.3/bash-linux-$(uname
 -m)\" -o /usr/local/bin/bash",
+       "curl -L 
\"https://github.com/robxu9/bash-static/releases/download/5.2.015-1.2.3-2/bash-linux-$(uname
 -m)\" -o /usr/local/bin/bash",
        "chmod +x /usr/local/bin/bash",
 ]

Reply via email to