We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87908e commit 61c8b50Copy full SHA for 61c8b50
.travis.yml
@@ -49,5 +49,15 @@ install:
49
- pip install -U pip setuptools tox wheel
50
script:
51
- tox -e "${TOX_ENV}"
52
+deploy:
53
+ provider: pypi
54
+ user: Surgo
55
+ password:
56
+ secure: ECQgP3QvjNyqe7sqeKMHOu4wAAvuDobweIGfHXMuWmLer7FKJeCb0HhuSNzZjXXCdTiE1km7dSaYU1Uvb0aA8Zi29oOS0oR4qPVKFibNSqnWrc8WnPhvSCnK9cT6CtwSpK48KYqENHfKbr1SAR2vTX8J3NhwRqBB0aS6bCYEKWU=
57
+ distributions: sdist bdist_wheel
58
+ on:
59
+ repo: michaeljohnbarr/django-timezone-utils
60
+ tags: true
61
+ condition: "$TOX_ENV = py37-dj21"
62
notifications:
63
email: false
setup.cfg
@@ -0,0 +1,2 @@
1
+[bdist_wheel]
2
+universal = 1
0 commit comments