cknd / stackprinter

Debugging-friendly exceptions for Python
MIT License
1.28k stars 37 forks source link

use github actions for testing #43

Closed spacemanspiff2007 closed 2 years ago

spacemanspiff2007 commented 3 years ago

This switches to github actions for testing since travis changed their free testing. It also adds a workflow which will automatically publish on pypi if you create a release on github. All you have to do is add a secret in your repo settings and add an api key you created in pypi.

The secret has to be named "pypi_api_key" Here is the guide I used but I used a proper name for the secret.

cknd commented 3 years ago

oh awesome, thank you 🙏 this has been on my list for a long time!

cknd commented 2 years ago

thanks for this - I finally managed to learn about this stuff now (didn't feel comfortable merging before I did) and have added a slightly simplified version now, via https://github.com/cknd/stackprinter/pull/53 and https://github.com/cknd/stackprinter/pull/54 🙏