aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu ChenXu <kabeor00@gmail.com>2024-02-11 22:49:14 +0800
committerGitHub <noreply@github.com>2024-02-11 22:49:14 +0800
commit6a55ef3bdadf606b79a954adad80a90913e6b519 (patch)
tree5cc1634ca51406ee26c703283716d76a16b5dd05
parentcb2b87974d6bdc347578eddea4558802bb6a0c1b (diff)
downloadcapstone-6a55ef3bdadf606b79a954adad80a90913e6b519.tar.gz
Fix: cibuildwheel broken on windows build
Ref: https://github.com/pypa/cibuildwheel/issues/1748
-rw-r--r--.github/workflows/python-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 9bd52ca1..a7c63761 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -23,7 +23,7 @@ jobs:
platforms: all
- name: Build wheels
- uses: pypa/cibuildwheel@v2.14.1
+ uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64" # ppc64le s390x really slow
@@ -82,4 +82,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
- password: ${{ secrets.pypi_pass }} \ No newline at end of file
+ password: ${{ secrets.pypi_pass }}