Skip to content

Commit

Permalink
Fix: cibuildwheel broken on windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeor committed Feb 11, 2024
1 parent cb2b879 commit 6a55ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_pass }}
password: ${{ secrets.pypi_pass }}

0 comments on commit 6a55ef3

Please sign in to comment.