Skip to content

Commit d6b9b70

Browse files
committed
Clean up local artifacts
1 parent 2fb58f6 commit d6b9b70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ def release(ctx, release_type):
229229
# Prepare changelog for next release
230230
prepare_changelog(ctx)
231231

232+
# Clean up local artifacts
233+
clean(ctx)
234+
232235
# Upload to pypi
233236
if confirm('Everything is ready. You are about to push to git which will trigger a release to pypi.org. Are you sure? [y/N]'):
234237
ctx.run('git push --tags && git push')

0 commit comments

Comments
 (0)