Skip to content

Commit e2448ee

Browse files
committed
fix job dependencies syntax
1 parent 3b43ff6 commit e2448ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181
print-hash: true
8282

8383
commit-version-bump:
84-
needs: build, publish
84+
needs:
85+
- build
86+
- publish
8587
runs-on: ubuntu-latest
8688
permissions:
8789
contents: write # required to push with GITHUB_TOKEN

0 commit comments

Comments
 (0)