Svst

Latest version: v0.1.15

Safety actively analyzes 627821 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

Added
Changed
Fixed

How to release a new version of `svst`.

> This is a temporary documentation file until we have a proper CI/CD pipeline in place.

Docs
bash
cd docs/
make html


Git
bash
pip freeze > requirements.txt

git add .
git commit -m "release-x.x.x"
git push


Pypi
bash
python setup.py sdist bdist_wheel
twine check dist/*
twine upload --skip-existing dist/*

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.