We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d2810 commit 96d2f89Copy full SHA for 96d2f89
.github/workflows/release.yaml
@@ -6,8 +6,6 @@ on:
6
jobs:
7
release-python2:
8
runs-on: ubuntu-20.04
9
- needs:
10
- - build-python2
11
steps:
12
- uses: actions/checkout@v2
13
- name: install python2 for ubuntu
@@ -29,7 +27,7 @@ jobs:
29
27
release-python3:
30
28
31
needs:
32
- - build-python3
+ - release-python2
33
34
35
- name: install requirements for python3
0 commit comments