Akarys42 / aegir

A library allowing you to add configuration options to your Python project without any additional work
http://aegir-config.readthedocs.io/
MIT License
4 stars 0 forks source link

Add release workflow #9

Closed Akarys42 closed 3 years ago

Akarys42 commented 3 years ago

This PR adds a workflow to automatically push the package to PyPi when a push to release is done.

Two secrets will have to added : PYPI_USERNAME and PYPI_PASSWORD.

Currently blocked by #8. Closes #2.