From 8a58289598e62abb9d5cdb49996d005aa2375b6a Mon Sep 17 00:00:00 2001 From: Philipenko Vladimir Date: Wed, 5 Jun 2024 16:14:39 +0300 Subject: [PATCH] and no wheels --- .github/workflows/release.yml | 2 +- .github/workflows/test_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdaa782a..2004088d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: env: CIBW_ENVIRONMENT_MACOS: > PATH="/usr/local/opt/llvm/bin:$PATH" LDFLAGS="-L/usr/local/opt/llvm/lib" CPPFLAGS="-I/usr/local/opt/llvm/include" - CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* + CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* CIBW_BEFORE_BUILD_LINUX: 'if [ $(python -c "import sys; print(sys.version_info[1])") -ge 9 ]; then python -m pip install "numpy<2.0.0" --config-settings=setup-args="-Dallow-noblas=true"; fi' - uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 17b8b769..a6860358 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -54,6 +54,6 @@ jobs: env: CIBW_ENVIRONMENT_MACOS: > PATH="/usr/local/opt/llvm/bin:$PATH" LDFLAGS="-L/usr/local/opt/llvm/lib" CPPFLAGS="-I/usr/local/opt/llvm/include" - CIBW_BUILD: cp39-* cp36-* cp312-* + CIBW_BUILD: cp39-* cp312-* CIBW_SKIP: "*musllinux* *manylinux_x86_64" CIBW_BEFORE_BUILD_LINUX: 'if [ $(python -c "import sys; print(sys.version_info[1])") -ge 9 ]; then python -m pip install "numpy<2.0.0" --config-settings=setup-args="-Dallow-noblas=true"; fi'