We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140faef commit 66a7e18Copy full SHA for 66a7e18
.travis.yml
@@ -17,8 +17,8 @@ script:
17
- python setup.py sdist bdist_wheel && pip install dist/ovh-*.tar.gz && cd /tmp && python -c 'import ovh; ovh.Client("ovh-eu").get("/auth/time", _need_auth=False)' && cd -
18
deploy:
19
provider: pypi
20
- user: $pypi.user
21
- password: $pypi.password
+ user: $pypiUser
+ password: $pypiPassword
22
distributions: "sdist bdist_wheel"
23
on:
24
branch: master
0 commit comments