Disable fail-fast in release CI

This commit is contained in:
Fantix King 2023-10-13 11:46:32 -04:00
parent 2e1978c36f
commit 8456be587c
No known key found for this signature in database
GPG Key ID: 95304B04071CCDB4
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ jobs:
needs: validate-release-request
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]