feat(ci/concrete-python): ignore failures during release

we want to release whether a test failed, or a specefic packages
couldn't be built
This commit is contained in:
youben11
2023-04-04 11:51:09 +01:00
committed by Ayoub Benaissa
parent 7afaa2b82b
commit a59587d13d

View File

@@ -24,6 +24,7 @@ env:
jobs:
linux-x86:
continue-on-error: true
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
@@ -133,6 +134,7 @@ jobs:
deactivate
macos:
continue-on-error: true
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
@@ -252,46 +254,55 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.8-linux-x86
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.9-linux-x86
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.10-linux-x86
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.8-aws-mac1-metal
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.9-aws-mac1-metal
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.10-aws-mac1-metal
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.8-m1mac
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.9-m1mac
path: wheels
- uses: actions/download-artifact@v3
continue-on-error: true
with:
name: wheel-3.10-m1mac
path: wheels