Skip to content

Commit 5e695ad

Browse files
committed
run release needs fix
1 parent f6106f9 commit 5e695ad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/run_release.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,16 @@ jobs:
7070

7171
publish_to_pypi:
7272
name: Publish to PyPI
73-
needs: [should_release, linting, type_checking, unit_tests, integration_tests]
73+
needs:
74+
[
75+
should_release,
76+
lint_check,
77+
type_check,
78+
unit_tests,
79+
changelog_entry_check,
80+
version_conflict_check,
81+
integration_tests,
82+
]
7483
runs-on: ubuntu-latest
7584
permissions:
7685
contents: write

0 commit comments

Comments
 (0)