Skip to content

Commit f3e2323

Browse files
committed
fix needs
1 parent 37bf22b commit f3e2323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
publish_to_pypi:
5050
name: Publish to PyPI
51-
needs: [release_metadata, wait_for_checks, update_changelog]
51+
needs: [release_metadata, run_code_checks, update_changelog]
5252
runs-on: ubuntu-latest
5353
permissions:
5454
contents: write

0 commit comments

Comments
 (0)