Compare commits

...

1 Commits

Author SHA1 Message Date
Rafal Makagon
ed91fd582c Deploy setup py 2019-05-31 12:08:49 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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',