Skip to content

Commit 96d2f89

Browse files
committed
issue_25 actions update
1 parent 22d2810 commit 96d2f89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
jobs:
77
release-python2:
88
runs-on: ubuntu-20.04
9-
needs:
10-
- build-python2
119
steps:
1210
- uses: actions/checkout@v2
1311
- name: install python2 for ubuntu
@@ -29,7 +27,7 @@ jobs:
2927
release-python3:
3028
runs-on: ubuntu-20.04
3129
needs:
32-
- build-python3
30+
- release-python2
3331
steps:
3432
- uses: actions/checkout@v2
3533
- name: install requirements for python3

0 commit comments

Comments
 (0)