Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,15 @@ jobs:
# compilation.

- name: cibuildwheel
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc
env:
CIBW_ARCHS_WINDOWS: "auto ARM64"
with:
package-dir: ${{ env.SDIST_PATH }}
output-dir: wheelhouse

- name: cibuildwheel manylinux2014
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc
if: runner.os == 'Linux'
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down
Loading