From cec41d3817067a2eb3031092735347efe4184237 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 5 Nov 2021 17:13:14 +0100 Subject: [MRG] Release 0.8 (#289) * working on release * test circleci * try again * cleanup circle ci run * add all PR and releant Issues * update doc * thanks idris * update version + add pyproject.toml * test pyproject.toml * revert tests * build wheels * use windows-latest for tests * add tests python 3.10 * build all whels * all versions * build all wheels * build all wheels * cleanup pep8 and minimal acions * forst shot text release * bettr text * stuff * release text updated * update manifest to allow build from source * update doc again * update release --- .github/workflows/build_wheels_weekly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github/workflows/build_wheels_weekly.yml') diff --git a/.github/workflows/build_wheels_weekly.yml b/.github/workflows/build_wheels_weekly.yml index 32b697f..2964844 100644 --- a/.github/workflows/build_wheels_weekly.yml +++ b/.github/workflows/build_wheels_weekly.yml @@ -31,7 +31,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==1.10.0 + python -m pip install cibuildwheel==2.2.2 - name: Set up QEMU if: runner.os == 'Linux' @@ -41,9 +41,10 @@ jobs: - name: Build wheels env: - CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp*" # remove pypy on mac and win (wrong version) + CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp* cp*musl*" # remove pypy on mac and win (wrong version) CIBW_BEFORE_BUILD: "pip install numpy cython" CIBW_ARCHS_LINUX: auto aarch64 # force aarch64 with QEMU + CIBW_ARCHS_MACOS: x86_64 universal2 arm64 run: | python -m cibuildwheel --output-dir wheelhouse -- cgit v1.2.3