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 240fda4 commit 46e042dCopy full SHA for 46e042d
.travis.yml
@@ -12,6 +12,8 @@ install:
12
- pip install -r test-requirements.txt
13
script:
14
- pytest
15
+after_success:
16
+- bash <(curl -s https://codecov.io/bash)
17
deploy:
18
provider: pypi
19
user: supercoderhawk
@@ -20,3 +22,10 @@ deploy:
20
22
on:
21
23
tag: true
24
skip_existing: true
25
+- provider: releases
26
+ api_key: "8492ef6fd7bd5b057f0774b35b4a031f09d881ed"
27
+ file: "dist/*"
28
+ skip_cleanup: true
29
+ on:
30
+ tags: true
31
+ overwrite: true
0 commit comments