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 105e511 commit 22d2810Copy full SHA for 22d2810
.github/workflows/release.yaml
@@ -1,12 +1,13 @@
1
-name: Deploy Packages
2
-needs: Unit Tests
+name: Release Packages
3
on:
4
release:
5
types:
6
- released
7
jobs:
8
release-python2:
9
runs-on: ubuntu-20.04
+ needs:
10
+ - build-python2
11
steps:
12
- uses: actions/checkout@v2
13
- name: install python2 for ubuntu
@@ -28,7 +29,7 @@ jobs:
28
29
release-python3:
30
31
needs:
- - release-python2
32
+ - build-python3
33
34
35
- name: install requirements for python3
0 commit comments