File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments