Skip to content

Commit 2b2ccc5

Browse files
committed
deploy wheel to pypi
1 parent 4a19f34 commit 2b2ccc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ before_deploy:
2626
deploy:
2727
- provider: pypi
2828
user: atal
29+
skip_cleanup: true
30+
distributions: "sdist bdist_wheel"
2931
password:
3032
secure: TMT7jKYcIocBwJuLHCKZ2Vph7nVsylYPHVIULogKO6AyUepNjljgeUFBZLsWR6diEdEF3ILHCplInoPAa9ZuZazWlADyT+I0BmazVWrAdeVPQa+CDcNeHjxOmJczeSxTO3HAIUvwOsgj0jE8Ecf30xS/dAmzvDmhj71tvU/JrhU=
3133
on:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_tests(self):
2323

2424
setup(
2525
name="ddate",
26-
version="0.0.8",
26+
version="0.0.9",
2727
author="Adam Talsma",
2828
author_email="[email protected]",
2929
packages=["ddate"],

0 commit comments

Comments
 (0)