Skip to content

Commit 8bbd92f

Browse files
author
Gregory Ghez
committed
auto-deploy on tag.
1 parent 5c27800 commit 8bbd92f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ script:
1515

1616
after_success:
1717
- codecov
18+
19+
deploy:
20+
provider: pypi
21+
user: ${PYPI_USER}
22+
password: ${PYPI_PASS}
23+
on:
24+
tags: true

0 commit comments

Comments
 (0)