Skip to content

Commit

Permalink
Adds skip_cleanup option in travis-ci deployment phase to avoid Pypi …
Browse files Browse the repository at this point in the history
…upload failure:

Deploying application
src/django_dirtyfields.egg-info/PKG-INFO already exists, no checkout
src/django_dirtyfields.egg-info/SOURCES.txt already exists, no checkout
src/django_dirtyfields.egg-info/dependency_links.txt already exists, no checkout
src/django_dirtyfields.egg-info/requires.txt already exists, no checkout
src/django_dirtyfields.egg-info/top_level.txt already exists, no checkout
Could not restore untracked files from stash entry
PyPI upload failed.
failed to deploy
  • Loading branch information
romgar committed Apr 12, 2020
1 parent 393a437 commit cb20831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -59,6 +59,7 @@ after_success:
- if test "$TOXENV" = "py36-django111-coverage"; then coveralls; fi

deploy:
skip_cleanup: true
provider: pypi
user: smn
password:
Expand Down

0 comments on commit cb20831

Please sign in to comment.