Compare commits
1 Commits
bb4de9439e
...
fe8ffb2839
Author | SHA1 | Date | |
---|---|---|---|
fe8ffb2839 |
@ -404,7 +404,7 @@ class PublisherService(PublisherABC):
|
|||||||
f'--bdist-dir={os.path.join(self._output_path, "bdist")}',
|
f'--bdist-dir={os.path.join(self._output_path, "bdist")}',
|
||||||
f'--dist-dir={os.path.join(self._output_path, "setup")}'
|
f'--dist-dir={os.path.join(self._output_path, "setup")}'
|
||||||
])
|
])
|
||||||
# os.remove(setup_py)
|
os.remove(setup_py)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
Console.error('Executing setup.py failed', str(e))
|
Console.error('Executing setup.py failed', str(e))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user