File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
4343 - setup_remote_docker :
4444 docker_layer_caching : true
4545 - deploy :
46- # TODO(denismakogon): add pypi release here as well
4746 command : |
4847 if [[ "${CIRCLE_BRANCH}" == "master" && -z "${CIRCLE_PR_REPONAME}" ]]; then
4948 printenv DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
5049 ./build-images.sh 3.6
5150 ./build-images.sh 3.7.1
5251 ./release_images.sh
52+ ./release.sh
5353 fi
5454
5555 " python36_security_check " :
Original file line number Diff line number Diff line change 1- VERSION = "0.1.4 "
1+ VERSION = "0.1.5 "
Original file line number Diff line number Diff line change 11[metadata]
22name = fdk
33summary = Function Developer Kit for Python
4- description-file =
4+ description =
55 README.md
6+ description_content_type = text/markdown; charset=UTF-8; variant=GFM
67author = Denis Makogon
78author-email = denys.makogon@oracle.com
89home-page = https://fnproject.github.io
You can’t perform that action at this time.
0 commit comments