Skip to content

Commit 344ca99

Browse files
committed
Revert "Fix travis warning"
There seems to be a problem with Travis and the handling of 'skip_cleanup' and 'cleanup'. > Preparing deploy > > Cleaning up git repository with `git stash --all`. If you need build artifacts for > deployment, set `deploy.skip_cleanup: true`. See > https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup. > > Saved working directory and index state WIP on (no branch): ... This reverts commit 239c7a9.
1 parent 055ff7b commit 344ca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- provider: pypi
6969
distributions: sdist bdist_wheel
7070
server: "https://test.pypi.org/legacy/"
71-
cleanup: false
71+
skip_cleanup: true
7272
username: "__token__"
7373
password: "$PYPI_PRE_RELEASE_TOKEN"
7474
on:

0 commit comments

Comments
 (0)