Skip to content

Commit

Permalink
Attempt updating cibuildwheel to solve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Feb 10, 2024
1 parent 444a916 commit e8ea0c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- name: Add Rust cross target
if: ${{ matrix.rust_target != '' }}
run: rustup target add ${{ matrix.rust_target }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
if: ${{ matrix.arch == 'aarch64' }}
name: Set up QEMU
- uses: pypa/cibuildwheel@v2.16.2
- uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD_VERBOSITY: "1"
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y && yum install -y openssl-devel"
Expand All @@ -73,7 +73,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Build sdist
run: python -m pip install -r requirements.txt && python setup.py sdist
Expand Down

0 comments on commit e8ea0c0

Please sign in to comment.