Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Continuous delivery: upload to PyPI #10

@lucasrcezimbra

Description

@lucasrcezimbra

Update the version (using bump2version) and deploy to PyPI:

Deploy example:

source .venv/bin/activate
pip install -r requirements_dev.txt
bump2version --tag  # major / minor / patch
python -m build
twine upload dist/*
git push origin master
git push --tags

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions