Skip to content

Commit

Permalink
refactor(pypi): use clean up to omit other files
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Apr 4, 2020
1 parent 22ee4c5 commit 9b3f6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ deploy:
# upload wheel file to PyPi
- provider: pypi
skip_existing: true
skip_cleanup: true
cleanup: true
distributions: sdist bdist_wheel
server: https://upload.pypi.org/legacy/
user: __token__
Expand Down

0 comments on commit 9b3f6d5

Please sign in to comment.