Skip to content

Commit 1ccd6bd

Browse files
authored
Merge pull request #86 from fnproject/new-pbr-release
New PBR release broke setup config
2 parents e85fcd6 + 5c8435a commit 1ccd6bd

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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":

fdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.4"
1+
VERSION = "0.1.5"

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[metadata]
22
name = fdk
33
summary = Function Developer Kit for Python
4-
description-file =
4+
description =
55
README.md
6+
description_content_type = text/markdown; charset=UTF-8; variant=GFM
67
author = Denis Makogon
78
author-email = denys.makogon@oracle.com
89
home-page = https://fnproject.github.io

0 commit comments

Comments
 (0)