Skip to content

Enable automatic PyPI deployment on tag cut #40

@webknjaz

Description

@webknjaz

Hi,

I just wanted to point you out that there's an option of having new package version automatically deployed to PyPI deployment once you release a new tag.

Corresponding section in .travis.yml would look as follows:

deploy:
  on:
    tags: true
  provider: pypi
  distributions: sdist bdist_wheel
  user: dblack
  password:
    secure: [Your encrypted password](https://docs.travis-ci.com/user/encryption-keys/)

*Don't forget to encrypt the password.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions