Skip to content

Commit d1c3d3f

Browse files
authored
Add publish step for Python:3.9 (#120)
* Add publish step for Python:3.9 * Trigger Build
1 parent e30ce65 commit d1c3d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deploy:
4545
all_branches: true
4646
repo: apache/openwhisk-runtime-python
4747
- provider: script
48-
script: "./tools/travis/publish.sh openwhisk 3 nightly && ./tools/travis/publish.sh openwhisk 3-ai nightly"
48+
script: "./tools/travis/publish.sh openwhisk 3 nightly && ./tools/travis/publish.sh openwhisk 3-ai nightly && ./tools/travis/publish.sh openwhisk 39 nightly"
4949
on:
5050
branch: master
5151
repo: apache/openwhisk-runtime-python

0 commit comments

Comments
 (0)