keenlabs / KeenClient-Python

Official Python client for the Keen IO API. Build analytics features directly into your Python apps.
https://keen.io/docs
MIT License
133 stars 58 forks source link

Configure automatic PyPI deployment when a branch is merged to master #156

Closed wiktorolko closed 4 years ago

wiktorolko commented 4 years ago

I've added automatic deployment to PyPI when a branch is merged to master.

My goal was to use: PyPI-accessToken, however, I failed because of this issue: https://travis-ci.community/t/travis-encrypt-data-too-large-for-pypi-tokens-with-older-repos/5792/6

As of now my credentials will be used (password generated by LastPass, encoded with the Travis projects publicKey). When the issue is resolved we will move to using accessTokens.