Skip to content
Roberto Rodriguez edited this page Jan 20, 2022 · 2 revisions

Welcome to the ATTACK-Python-Client wiki!

Update library locally

python setup.py sdist bdist_wheel
python -m twine upload dist/*

Update Changelog

docker run -it --rm -v C:\Users\[user_name]\Documents\GitHub\ATTACK-Python-Client:/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator --user OTRF --project ATTACK-Python-Client --token [your-own-personal-token]
Clone this wiki locally