mplanchard / pydecor

Easy peasy Python decorators
MIT License
32 stars 6 forks source link

Added the PyPI release provider to Travis settings. #11

Closed Paebbels closed 4 years ago

Paebbels commented 4 years ago

This adds a release provider for PyPI.

Travis rules:

To get this running:

  1. Create a private access token at PyPI with limited access rights to the pydecos package project.
  2. Create a secret at Travis for the mplanchard/pydecor repository and name it PYPI_TOKEN

Solves #7.

mplanchard commented 4 years ago

I've added the token to Travis, so next time a tag is pushed, it should automatically release.