From e637ee1cec6882950c12a6bedea618bd9c442479 Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Mon, 5 Feb 2024 12:21:33 -0800 Subject: [PATCH] Prep release --- .github/workflows/wheels.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 45714f41..82ef013f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,8 +24,8 @@ jobs: run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_BUILD: "*manylinux*" - # CIBW_SKIP: cp36* cp37* pp* - CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* + CIBW_SKIP: cp36* cp37* pp* + # CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* CIBW_BUILD_VERBOSITY: 3 CIBW_BEFORE_BUILD: pip install -U pybind11-global @@ -51,8 +51,8 @@ jobs: run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_BUILD: "*musllinux*" - # CIBW_SKIP: cp36* cp37* pp* - CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* + CIBW_SKIP: cp36* cp37* pp* + # CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* CIBW_BUILD_VERBOSITY: 3 CIBW_BEFORE_BUILD: pip install -U pybind11-global @@ -78,12 +78,12 @@ jobs: run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_BUILD: "*macosx*" - # CIBW_SKIP: cp36* cp37* pp* - CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* + CIBW_SKIP: cp36* cp37* pp* + # CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* CIBW_BUILD_VERBOSITY: 3 CIBW_BEFORE_BUILD: pip install -U pybind11-global - # CIBW_BEFORE_TEST: pip install -U -r test_requirements.txt - # CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests + CIBW_BEFORE_TEST: pip install -U -r test_requirements.txt + CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests - uses: actions/upload-artifact@v4 with: