File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ script:
10
10
- python setup.py test
11
11
deploy :
12
12
provider : pypi
13
+ distributions : sdist bdist_wheel
13
14
user : adobeDan
14
15
password :
15
16
secure : nqS9f74jOJZnZ7FqhwpChvP4MlslIF14StxxdYrMuKs0fh6Bcz8O5DROBiEEs9OvM3+cbPkmfkg7PKkZQx4UQTQzYCPKV85YegrQW2WRcwwW3ik6NB5AELphjx3RBMA61p827m7V4vHW67j70+ITDG1joKBNzj7XfQPNma4LtBAxNPsNP9sHaZsWAUAnBvDZ9m7s3mPp2x3t+f9klxaurW7V6NvrjB47r9ln5Ry2JWxHBPKBjJ4XgVVYVQF4HmyrOzszH6xYUVS1KY6S6RUeOl8u/PwSWh3/QH0TvNmVzuZgU/dZxF0JEJbFZvh6+tVNaCcCGYlF+bXkPKbeMEnnPPvaI1RHuUbplPhNWRjVSksAJsznbvYseSg/e7yGJ6ghpsVAySqamMzrpH+U2OJ09czxv3boo9zJm/WWwg069OYkKWyUpNdjgiz0mgYb4KfVak0qhVy3qtbxju4RdCRnxIM2TXF+G/nkUpgtoSFgydgVpMbU2hjj8nonPgesWthFs9KlZocW1epyGySUVvcOcp4KuSvxS3njmA0+knWkAnCvFv7ynCkx7V7CNZvMo49HSMxNGfEs+d12MGIbfqYpIa1van8m4ApOuZ8RhVQq0ZLxVyuORqIDrG1PO7Gg/FFn4objp7e850lBML5ruoMqTmr5FFNSSBXfO/3NQa7l9RM=
16
17
on :
17
18
tags : true
18
- distributions : sdist bdist_wheel
19
+ python : " 3.5 "
19
20
repo : adobe-apiplatform/umapi-client.py
20
21
all_branches : true
Original file line number Diff line number Diff line change 21
21
from setuptools import setup , find_packages
22
22
23
23
setup (name = 'umapi-client' ,
24
- version = '2.0b3 ' ,
24
+ version = '2.0b4 ' ,
25
25
description = 'Client for the User Management API (UMAPI) from Adobe - see https://adobe.ly/2h1pHgV' ,
26
26
long_description = ('The User Management API (aka the UMAPI) is an Adobe-hosted network service '
27
27
'which provides Adobe Enterprise customers the ability to manage their users. This '
You can’t perform that action at this time.
0 commit comments