MISP-maltego/publish_to_pip.sh

6 lines
92 B
Bash
Raw Normal View History

2019-05-22 10:29:43 +02:00
#!/bin/bash
python3 setup.py sdist bdist_wheel
twine upload dist/*
rm -Rf build
2019-06-12 12:39:52 +02:00
rm -Rf dist