Workable / flask-log-request-id

Flask extension to track and log Request-ID headers produced by PaaS like Heroku and load balancers like Amazon ELB
MIT License
113 stars 23 forks source link

Implement CD in circle-ci to deploy the latest master version to pypi #24

Closed sque closed 6 years ago

sque commented 7 years ago

Curent status

I have manually to build the artifacts in my local pc and push the pypi

Proposed changes

Create another branch develop for accepting PR. And keep the master to push changes publicly.

Write a deploy step in circle-ci that will check if the master branch was used and will push changes to pypi.

sque commented 6 years ago

It has already been implemented