File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: python
2
2
python :
3
3
- ' 2.7'
4
4
- ' 3.6'
5
- install :
5
+ install :
6
6
- pip install -e .[test]
7
7
- pip install -e .
8
8
- pip install pytest-cov
@@ -21,3 +21,13 @@ notifications:
21
21
on_failure : never
22
22
template :
23
23
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
24
+ before_deploy :
25
+ - python3 setup.py sdist
26
+ deploy :
27
+ provider : pypi
28
+ user : Avalara
29
+ password :
30
+ secure : cCLjCZUuSjJOLj5L7SQE4pz9YMk6hyzEbJGY4p6f93wG4mzF2y2LGZhD3k6ZJtBCgxrEHRxAfQl2k5U7ZmDAu8iwsG//V1fLWHaiIHT26Ran29qkDat04xL3ILRcQyJUx7xIJ1cwbRlQR9X0vRjpfmUitQCPM0Zx6ZE7Wj+1NTNm5EUbmr0qj7ZiRP5LC4A8kOs2Wuhwh08QWIfI9qKOk/w6odos2JfT8alipKIVRzdON9XmcslgZL1/T6++iztw+JVAi//MJIaq3Tq9BR/uQ03Oa+K2gTYBYlXHDNhP0uR0kDlEj6NTyUWTwF+DZei47wTpPHGYOCr5+HyxkvJ0yrPNX2gn26dLRWQjZnuTkake7cAUdP8LMPrf4yO/LreJrfZp2tKpJNbjYN+fzcwp6jLXgiFmyGVDXE/lp7xtGG/ELGcEqsr++M78Zq7iI3cHJW639quEDBYbEcA8jmEFh3DSJDW7GHXnz01unPty8dVUXgio0l3mWU2V0/dZe5oYTa56xldYzOYjAWtZv36sO7yE9JseDJb0TcHhfIIITvNjcp7GiXpsy2MznGAFjr2xyvTdadE2pb7WInuH2i6o3MPN6EJRvdhelgsuAPcbkNYFvQD4GadYs6tOzCz3Pfnf6nUkM1MdjTv3awY7mgbE6glCapBIyS7A6Rg7dRbIv2g=
31
+ on :
32
+ tags : true
33
+ repo : master
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'Avalara' ,
12
- version = '19.9.0 ' ,
12
+ version = '19.9.1 ' ,
13
13
url = 'https://github.com/avadev/AvaTax-REST-V2-Python-SDK' ,
14
14
package_dir = {'' : 'src' },
15
15
py_modules = [
You can’t perform that action at this time.
0 commit comments