Skip to content

Commit 5ed192c

Browse files
authored
one more try fixing deploy of travis (#6)
Signed-off-by: David Brown <dmlb2000@gmail.com>
1 parent fdef5f5 commit 5ed192c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
script: pre-commit run -a
2424
- stage: deploy
2525
python: 3.6
26-
script: skip
26+
script: python setup.py bdist_wheel sdist
2727
deploy:
28+
skip_cleanup: true
2829
provider: pypi
2930
user: dmlb2000
3031
password:

0 commit comments

Comments
 (0)