Skip to content

Commit f24e8c8

Browse files
committed
run release needs fix
1 parent 146a109 commit f24e8c8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/run_release.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,17 @@ jobs:
7474

7575
publish_to_pypi:
7676
name: Publish to PyPI
77-
needs: [should_release, linting, type_checking, unit_tests, integration_tests]
77+
needs:
78+
[
79+
should_release,
80+
lint_check,
81+
type_check,
82+
unit_tests,
83+
async_docstrings,
84+
changelog_entry_check,
85+
version_conflict_check,
86+
integration_tests,
87+
]
7888
runs-on: ubuntu-latest
7989
permissions:
8090
contents: write

0 commit comments

Comments
 (0)