Skip to content

Commit c5cd69f

Browse files
committed
fail if not valid
1 parent f038f76 commit c5cd69f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
build_svn_artifacts:
8888
name: Build artifacts for SVN on ${{ matrix.os }}
8989
runs-on: ${{ matrix.os }}
90+
needs:
91+
- validate-inputs
92+
- validate-library-version
9093
strategy:
9194
matrix:
9295
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
@@ -168,6 +171,9 @@ jobs:
168171
build_pypi_artifacts:
169172
name: Build artifacts for PyPi on ${{ matrix.os }}
170173
runs-on: ${{ matrix.os }}
174+
needs:
175+
- validate-inputs
176+
- validate-library-version
171177
strategy:
172178
matrix:
173179
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]

0 commit comments

Comments
 (0)