Skip to content

Commit 22d2810

Browse files
committed
issue_25 actions update
1 parent 105e511 commit 22d2810

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
name: Deploy Packages
2-
needs: Unit Tests
1+
name: Release Packages
32
on:
43
release:
54
types:
65
- released
76
jobs:
87
release-python2:
98
runs-on: ubuntu-20.04
9+
needs:
10+
- build-python2
1011
steps:
1112
- uses: actions/checkout@v2
1213
- name: install python2 for ubuntu
@@ -28,7 +29,7 @@ jobs:
2829
release-python3:
2930
runs-on: ubuntu-20.04
3031
needs:
31-
- release-python2
32+
- build-python3
3233
steps:
3334
- uses: actions/checkout@v2
3435
- name: install requirements for python3

0 commit comments

Comments
 (0)