Skip to content

Commit ea27a2e

Browse files
committed
ci: fix travis cleanup
1 parent 7374630 commit ea27a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deploy:
3232
provider: pypi
3333
distributions: "--license" # Trick travis, see https://github.com/travis-ci/dpl/blob/577fb987337b6275f85cc104a38df30d030a860e/lib/dpl/providers/pypi.rb#L36
3434
username: "__token__"
35-
skip_cleanup: false
35+
skip_cleanup: true
3636
on:
3737
tags: true
3838
password:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ end
193193

194194
- Finish merging open PRs that you want in the new version
195195
- Add most recent changes to the `docs/CHANGELOG.md`
196-
- Sync master with develop using `git merge develop --ff-only` and push
196+
- Sync master with develop using `git checkout master; git merge develop --ff-only` and push
197197
- Make sure the full wheel build runs on master without issues (will happen
198198
automatically on push to master)
199199
- Make the GitHub release in the GitHub UI. Copy the changelog entries and

0 commit comments

Comments
 (0)