Skip to content

Commit

Permalink
Merge pull request #1570 from zhaoqin-github/v3.0.11-dev
Browse files Browse the repository at this point in the history
Revert "Do not deploy python package for v3.0.11-dev branch"
  • Loading branch information
zhaoqin-github committed Dec 16, 2020
2 parents 714d056 + 3a19354 commit 287c4cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ after_success:

before_deploy: PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
deploy:
- provider: pypi
user: $PYPI_USER
password: $PYPI_PASSWORD
on:
all_branches: true
tags: true
python: 2.7
skip_cleanup: true
- provider: releases
api_key: ${GITHUB_TOKEN}
file:
Expand Down

0 comments on commit 287c4cb

Please sign in to comment.