Skip to content

Commit

Permalink
deploy wheel to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tal committed Jun 3, 2015
1 parent 4a19f34 commit 2b2ccc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ before_deploy:
deploy:
- provider: pypi
user: atal
skip_cleanup: true
distributions: "sdist bdist_wheel"
password:
secure: TMT7jKYcIocBwJuLHCKZ2Vph7nVsylYPHVIULogKO6AyUepNjljgeUFBZLsWR6diEdEF3ILHCplInoPAa9ZuZazWlADyT+I0BmazVWrAdeVPQa+CDcNeHjxOmJczeSxTO3HAIUvwOsgj0jE8Ecf30xS/dAmzvDmhj71tvU/JrhU=
on:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_tests(self):

setup(
name="ddate",
version="0.0.8",
version="0.0.9",
author="Adam Talsma",
author_email="adam@talsma.ca",
packages=["ddate"],
Expand Down

0 comments on commit 2b2ccc5

Please sign in to comment.