Securicad-enterprise

Latest version: v1.1.0

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

Scan your dependencies

0.0.2

4. Build distribution files

Make sure that the repo is clean:


git status --ignored


Create and activate a virtual Python environment:


./tools/scripts/create_venv.sh
. venv/bin/activate


Build source and wheel distribution:


python -m build


There should now be two files under the directory `dist/`: `securicad-enterprise-0.0.2.tar.gz` and `securicad_enterprise-0.0.2-py3-none-any.whl`.

5. Publish distribution files

Create `~/.pypirc` with the following content:


[distutils]
index-servers =
securicad-enterprise
securicad-enterprise-test

[securicad-enterprise]
repository = https://upload.pypi.org/legacy/
username = __token__
password = pypi-****

[securicad-enterprise-test]
repository = https://test.pypi.org/legacy/
username = __token__
password = pypi-****


Publish distribution files to testpypi:


twine upload --repository securicad-enterprise-test dist/*


Publish distribution files to pypi:


twine upload --repository securicad-enterprise dist/*

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.