Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bumps version and deploys on tags only #44

Merged
merged 3 commits into from
Apr 2, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bumps version and deploys on tags only
Kareem Zidane committed Mar 17, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 73ed08716238d7ec25a49effc9574483f50941e4
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@ before_deploy: pip install twine
deploy:
provider: script

# deploy on tags only
on:
tags: true

# upload to PyPI
script: twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD dist/*

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -19,5 +19,5 @@
name="submit50",
scripts=["submit50"],
url="https://github.com/cs50/submit50",
version="2.1.5"
version="2.1.6"
)