From ed91fd582cc3414601d26b378164da1d1c902d96 Mon Sep 17 00:00:00 2001 From: Rafal Makagon Date: Fri, 31 May 2019 12:08:49 +0200 Subject: [PATCH] Deploy setup py --- jenkins/release.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/release.py b/jenkins/release.py index 5ca2856..26740a6 100644 --- a/jenkins/release.py +++ b/jenkins/release.py @@ -17,7 +17,7 @@ def version_provider(_): gh_version = transfer_repo( version_provider=version_provider, source_repo_spec="git@gitlab.gog.com:{}/{}.git".format(GITLAB_USERNAME, GITLAB_REPO_NAME), - source_include_elements=["src", "tests", "requirements.txt", ".gitignore", "*.md", "pytest.ini"], + source_include_elements=["src", "tests", "requirements.txt", ".gitignore", "*.md", "pytest.ini", "setup.py"], source_branch=SOURCE_BRANCH, dest_repo_spec="https://{}:{}@github.com/{}/{}.git".format(GITHUB_USERNAME, GITHUB_TOKEN, "gogcom", GITHUB_REPO_NAME), dest_branch="master", diff --git a/setup.py b/setup.py index 998a8c9..962a712 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.31.2", + version="0.31.3", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',