Skip to content

Commit b1bd36e

Browse files
committed
V5.0.1
1 parent 2020a7a commit b1bd36e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
build:
6969
name: Build for Python ${{ matrix.python-version }} on ${{ matrix.os }}
7070
runs-on: ${{ matrix.runs-on || matrix.os }}
71+
needs: [test]
7172
if: startsWith(github.ref, 'refs/tags/v')
7273
strategy:
7374
matrix:

0 commit comments

Comments
 (0)