From c94639d35312c665b75a67f56dae4a3f7d023d6d Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 8 Jan 2025 03:07:11 -0500 Subject: [PATCH] ci: update build --- .github/workflows/build_wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 28bd774..e28d410 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -28,12 +28,12 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Build wheels - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.22.0 # to supply options, put them in 'env', like: env: CIBW_ARCHS_LINUX: ${{matrix.arch}} CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl