MISP-maltego/publish_to_pip.sh

5 lines
80 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