Skip to content

Commit

Permalink
updated cicd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
snoodleboot committed Aug 8, 2020
1 parent 8c4191d commit 63df6e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ test_deploy:
- pip install -r requirements.txt
- pip install twine
- python setup.py sdist
- echo $PYPIUN
- twine upload --verbose -u $PYPIUN -p $PYPIPSWD --repository-url https://test.pypi.org/legacy/ dist/*
rules:
- if: $CI_MERGE_REQUEST_IID
Expand Down
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.6.0",
version="0.1.7.0",
author="John Aven",
author_email="accelerators@hashmapinc.com",
description="DO NOT USE - This is a sample program",
Expand Down

0 comments on commit 63df6e7

Please sign in to comment.