diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 50bffbd..ec952b1 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -10,7 +10,7 @@ on: jobs: build: strategy: - fail-fast: false + fail-fast: true matrix: platform: [ubuntu-20.04, windows-2019, macos-13] python-version: ["3.9"] diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a2b7fba..6f3813a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -10,13 +10,6 @@ on: types: - published -env: - FORCE_COLOR: 3 - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: build_sdist: name: Build SDist @@ -41,7 +34,7 @@ jobs: name: Wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: - fail-fast: false + fail-fast: true matrix: os: [ubuntu-latest, windows-latest, macos-latest] @@ -50,7 +43,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.17.0 env: # CIBW_ARCHS: auto64 CIBW_ARCHS_LINUX: x86_64 aarch64