Skip to content

Commit

Permalink
Merge pull request #14 from rhilfers/deploy_fix
Browse files Browse the repository at this point in the history
revert dplv2 changes to deployment section of travis.yml
  • Loading branch information
mmenindezsegura authored Jan 27, 2021
2 parents d165d93 + c8a6bde commit e32141f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ before_deploy:
- make set_version
deploy:
provider: pypi
username: $PYPI_USERNAME
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
distributions: "sdist bdist_wheel"
cleanup: false
skip_cleanup: true
on:
branch: master
tags: true

0 comments on commit e32141f

Please sign in to comment.