Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Outdate cibuildwheel so it works with i686
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/release.yml
  • Loading branch information
vicky5124 committed Nov 7, 2021
1 parent 60e02ab commit b8fe085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: wheels Linux ${{ matrix.vers }}
if: runner.os == 'Linux'
uses: joerick/cibuildwheel@v2.2.2
uses: joerick/cibuildwheel@v1.12.0
env:
CIBW_ARCHS_LINUX: ${{ matrix.vers }}

Expand Down

0 comments on commit b8fe085

Please sign in to comment.