We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb03f6 commit 08898a4Copy full SHA for 08898a4
.travis.yml
@@ -15,9 +15,16 @@ install:
15
script:
16
- make test
17
deploy:
18
- provider: script
19
- script: make docker-build && make docker-push
20
- skip_cleanup: true
21
- on:
22
- tags: true
23
- python: "3.6"
+ - provider: script
+ script: make docker-build && make docker-push
+ skip_cleanup: true
+ on:
+ tags: true
+ python: "3.6"
24
+ - provider: pypi
25
+ user: "__token__"
26
+ password:
27
+ secure: $PYPI_TOKEN
28
29
30
0 commit comments