Skip to content

Commit b4a440c

Browse files
author
Thomas Pinder
committed
Fix codecov reference
1 parent 08f6bbe commit b4a440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: dist/*
5353

5454
upload_pypi:
55-
needs: [tests, build]
55+
needs: [codecov, build]
5656
runs-on: ubuntu-latest
5757
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5858
steps:

0 commit comments

Comments
 (0)