@@ -60,7 +60,7 @@ class PublishCommand(Command):
def run(self):
try:
self.status('Removing previous builds…')
rmtree(os.sep.join(('.', 'dist')))
rmtree(os.path.join(here, 'dist'))
except FileNotFoundError:
pass
The note is not visible to the blocked user.