Skip to content

Commit 3a19354

Browse files
Revert "Do not deploy python package for v3.0.11-dev branch"
This reverts commit c4ff830.
1 parent 224e1f0 commit 3a19354

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.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)