-
-
Notifications
You must be signed in to change notification settings - Fork 20
release
github-actions[bot] edited this page Aug 23, 2025
·
1 revision
Read More: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine# File: evil_winrm_py/__init__.py
__version__ = "X.Y.Z" # update this to the new versionCreating screenshots for the README using the freeze tool.
freeze --execute "evil-winrm-py -h" -o assets/terminal.png --padding 5 --border.radius 4 # --wrap 120Update the screenshot tag in the README file.
# File: evil_winrm_py/README.md
-
+python3 -m buildpython3 -m twine upload dist/evil_winrm_py-$VERSION*
# example: python3 -m twine upload dist/evil_winrm_py-0.0.2*