Skip to content

Commit e32141f

Browse files
Merge pull request #14 from rhilfers/deploy_fix
revert dplv2 changes to deployment section of travis.yml
2 parents d165d93 + c8a6bde commit e32141f

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)