We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 714d056 + 3a19354 commit 287c4cbCopy full SHA for 287c4cb
1 file changed
.travis.yml
@@ -35,6 +35,14 @@ after_success:
35
36
before_deploy: PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
37
deploy:
38
+ - provider: pypi
39
+ user: $PYPI_USER
40
+ password: $PYPI_PASSWORD
41
+ on:
42
+ all_branches: true
43
+ tags: true
44
+ python: 2.7
45
+ skip_cleanup: true
46
- provider: releases
47
api_key: ${GITHUB_TOKEN}
48
file:
0 commit comments