We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ae11c commit 7fddc40Copy full SHA for 7fddc40
1 file changed
.travis.yml
@@ -11,8 +11,6 @@ script:
11
- coverage run --source=domdf_python_tools -m pytest
12
after_success:
13
- coveralls
14
-before_deploy:
15
- - git clean -f
16
deploy:
17
provider: pypi
18
user: "DomDF"
@@ -21,5 +19,5 @@ deploy:
21
19
on:
22
20
tags: true
23
python: "3.6"
24
-after_deploy:
25
+ distributions: "sdist bdist_wheel"
+ skip_existing: true
0 commit comments