MISP-maltego/publish_to_pip.sh

5 lines
80 B
Bash

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