MISP-maltego/publish_to_pip.sh

6 lines
92 B
Bash
Executable File

#!/bin/bash
python3 setup.py sdist bdist_wheel
twine upload dist/*
rm -Rf build
rm -Rf dist