Skip to content

Commit

Permalink
Add travis-ci deploy pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Apr 18, 2019
1 parent f30d04a commit 66852e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ jobs:
- *install_deps
before_deploy:
- *activate_venv
deploy:
provider: pypi
user: linw
password:
secure: P1d9lTHCsJvF9htpiZINLD343TwhXQkUor3xAQJq06l/2AeQtjfZCDGHYkd+ahQfPTLs//L9uYeISaNQNi7MgmI3jq48g6YH702OrG8TrzD0a/lIaqmwVLtqkEmpTl96EBtslmtQAPJ4h/LOIk/2Hf2U/xdsWzVBkOIuXu6jmaht+GuGRH/GWvGmJMt82euLsgiUN+xhBCHVOr2vLJPw28Jsm6fsMyMzMLsQ9fnuysaGwi+QRwZxruBfmKkXLWEx3OkRz9XGVzkbtLqQabmq0QmB7cqCb1er/f5Q0hCKPqupm0p3wDPMguf/vqReZQ8Dkx5xiNG3rKKu+E4JbOxDqQhhcim5M15IIniQfVMqFl0LpKFPiI7pekeIZ2rtvUUtfcUCfTOjREc069k13fgiTsDACQsse/1sQm3PZlu21NAoaIwhw4D07x/Ar1vSwdGeZ6rHBmZzYyu8Fbo5e8xljtqV4T206Nu/9rpE0iEvzURc0bAftOCaccIO0PJON1HXFH14r2i8AJTGeWbnixbvBL4Xmok7lPRUKSAXN92EqXag0WCi0HKrMajqusH3FI2j7S+iQvWi9ad+GtjP11Qku8H/DfwyAggdtkilsFgxaeTdQIQRaM5RzPTu4GyOtT/RNKUhxmfikBTS4m1GJkB/ige9LG/32NhvCV5jSo2EP5U=
distributions: "sdist bdist_wheel"
skip_existing: true

stages:
- *pre_test_stage_name
Expand Down

0 comments on commit 66852e5

Please sign in to comment.