griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

add github action to make pypi release when a release is made on github #130

Closed korikuzma closed 2 years ago

korikuzma commented 2 years ago

We have this GitHub action in our other projects. I think it would be nice to have this automated pypi release for civicpy.

You will need to follow these instructions for saving the pypi api token in github. You will want to name this secret PYPI

^ Update: added the secret

korikuzma commented 2 years ago

@ahwagner Added the secret that was needed. Ready for review now