You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2021/11/29 13:12:11 UTC

[openwhisk-runtime-python] branch master updated: Add publish step for Python:3.9 (#120)

This is an automated email from the ASF dual-hosted git repository.

mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git


The following commit(s) were added to refs/heads/master by this push:
     new d1c3d3f  Add publish step for Python:3.9 (#120)
d1c3d3f is described below

commit d1c3d3f7bd1f6d9c164fe8ad0fbe967454d56cbb
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Mon Nov 29 14:12:06 2021 +0100

    Add publish step for Python:3.9 (#120)
    
    * Add publish step for Python:3.9
    
    * Trigger Build
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 581cfbf..3df9c76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ deploy:
       all_branches: true
       repo: apache/openwhisk-runtime-python
   - provider: script
-    script: "./tools/travis/publish.sh openwhisk 3 nightly && ./tools/travis/publish.sh openwhisk 3-ai nightly"
+    script: "./tools/travis/publish.sh openwhisk 3 nightly && ./tools/travis/publish.sh openwhisk 3-ai nightly && ./tools/travis/publish.sh openwhisk 39 nightly"
     on:
       branch: master
       repo: apache/openwhisk-runtime-python