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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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