We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c365c7 commit bd4df24Copy full SHA for bd4df24
.github/workflows/release-matching-python-tags.yml
@@ -67,6 +67,7 @@ jobs:
67
build-and-release-matrix:
68
needs: get-tags
69
strategy:
70
+ fail-fast: false
71
matrix:
72
tag: ${{ fromJson(needs.get-tags.outputs.tags_json) }}
73
platform-version: ['24.04', '22.04']
@@ -90,6 +91,7 @@ jobs:
90
91
contents: write
92
actions: read
93
94
95
96
97
uses: ./.github/workflows/reusable-release-python-tar.yml
0 commit comments