This website requires JavaScript.
Explore
Help
Sign In
MISP
/
MISP-maltego
mirror of
https://github.com/MISP/MISP-maltego
Watch
2
Star
0
Fork
You've already forked MISP-maltego
0
Code
Issues
Releases
Wiki
Activity
d9869cc291
MISP-maltego
/
publish_to_pip.sh
6 lines
92 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
python3 setup.py sdist bdist_wheel
twine upload dist/*
rm -Rf build
rm -Rf dist
Reference in New Issue
View Git Blame
Copy Permalink