Skip to content

Commit c8a6bde

Browse files
author
rhilfers
committed
revert dplv2 changes to deployment section. dplv2 is still in beta
1 parent ffa0b27 commit c8a6bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ before_deploy:
2323
- make set_version
2424
deploy:
2525
provider: pypi
26-
username: $PYPI_USERNAME
26+
user: $PYPI_USERNAME
2727
password: $PYPI_PASSWORD
2828
distributions: "sdist bdist_wheel"
29-
cleanup: false
29+
skip_cleanup: true
3030
on:
3131
branch: master
3232
tags: true

0 commit comments

Comments
 (0)