From 0ebf86e4abc2267b50802a921d65cd9df5ee5b44 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Mon, 17 Jun 2024 13:18:02 -0400 Subject: [PATCH] ci: properly specify numpy 2.0 and use working artifact uploader --- .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 9d58538..10172d9 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -32,8 +32,8 @@ jobs: # to supply options, put them in 'env', like: env: CIBW_ARCHS_LINUX: ${{matrix.arch}} - CIBW_BEFORE_BUILD: pip install "numpy>2.0" setuptools wheel cython + CIBW_BEFORE_BUILD: pip install "numpy>=2.0" setuptools wheel cython - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v2 with: path: ./wheelhouse/*.whl \ No newline at end of file