Skip to content

Commit

Permalink
UPDATED python ci/cd
Browse files Browse the repository at this point in the history
changed branch rules
  • Loading branch information
snoodleboot committed Aug 8, 2020
1 parent 4947ee6 commit c070f5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions python.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ test_deploy:
- twine upload --verbose -u $PYPIUN -p $PYPIPSWD --repository-url https://test.pypi.org/legacy/ dist/*
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == "master"

prod_deploy:
stage: prod_deploy
Expand All @@ -38,6 +36,4 @@ prod_deploy:
- python setup.py sdist
- twine upload --verbose -u $PYPIUN_PROD -p $PYPIPSWD_PROD dist/*
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == "master"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="providah",
version="0.1.11.0",
version="0.1.12.0",
author="John Aven",
author_email="accelerators@hashmapinc.com",
description="DO NOT USE - This is a sample program",
Expand Down

0 comments on commit c070f5d

Please sign in to comment.