Added publish command to cli

This commit is contained in:
2020-12-16 18:14:11 +01:00
parent 09eb3a41d6
commit a6122536a6
7 changed files with 116 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ class Program(ApplicationBase):
self._publisher.include('../../README.MD')
self._publisher.include('../../requirements.txt')
self._publisher.create()
self._publisher.publish()
self._publisher.build()
if __name__ == '__main__':