diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-17 16:42:00 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-17 16:42:00 -0400 |
commit | b7bff0cdb501916d9f99edcd5e9d453066f982a5 (patch) | |
tree | 6ec4557f7d63df8a1fba39ec78d32a7fce1c0c86 | |
parent | d3eaf21c8918ce65bde30893b00adf18cf2f3a70 (diff) | |
download | external_python_setuptools-b7bff0cdb501916d9f99edcd5e9d453066f982a5.tar.gz external_python_setuptools-b7bff0cdb501916d9f99edcd5e9d453066f982a5.tar.bz2 external_python_setuptools-b7bff0cdb501916d9f99edcd5e9d453066f982a5.zip |
Remove linked changes file after upload and push
-rw-r--r-- | release.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,11 +11,14 @@ import pkg_resources pkg_resources.require('jaraco.packaging>=2.0') + def before_upload(): _linkify('CHANGES.txt', 'CHANGES (links).txt') BootstrapBookmark.add() + def after_push(): + os.remove('CHANGES (links).txt') BootstrapBookmark.push() files_with_versions = ( |