We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb58f6 commit d6b9b70Copy full SHA for d6b9b70
tasks.py
@@ -229,6 +229,9 @@ def release(ctx, release_type):
229
# Prepare changelog for next release
230
prepare_changelog(ctx)
231
232
+ # Clean up local artifacts
233
+ clean(ctx)
234
+
235
# Upload to pypi
236
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]'):
237
ctx.run('git push --tags && git push')
0 commit comments