Skip to content

Commit

Permalink
pyproject.toml: fix build in cibuildwheel
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Jan 25, 2024
1 parent d912443 commit 39fe80b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
platforms: ${{matrix.arch}}

- name: Build wheels
uses: joerick/cibuildwheel@v2.11.2
uses: joerick/cibuildwheel@v2.16.2
with:
output-dir: dist
env:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit 39fe80b

Please sign in to comment.