MISP-maltego/publish_to_pip.sh

3 lines
66 B
Bash

#!/bin/bash
python3 setup.py sdist bdist_wheel
twine upload dist/*