Skip to content

Automatically publish to PyPI, when new tag is created #609

Closed
@max-wittig

Description

@max-wittig

This would simplify the deployment process for you @gpocentek
From the travis documentation

travis encrypt your-password-here --add deploy.password
deploy:
  provider: pypi
  user: "Your username"
  password:
    secure: "Your encrypted password"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions