Skip to content

Commit 287c4cb

Browse files
Merge pull request #1570 from zhaoqin-github/v3.0.11-dev
Revert "Do not deploy python package for v3.0.11-dev branch"
2 parents 714d056 + 3a19354 commit 287c4cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ after_success:
3535

3636
before_deploy: PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
3737
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
3846
- provider: releases
3947
api_key: ${GITHUB_TOKEN}
4048
file:

0 commit comments

Comments
 (0)