poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
40 stars 33 forks source link

Publish to PyPi using Github actions #125

Closed Stoops-ML closed 3 months ago

Stoops-ML commented 3 months ago

This implementation follows that suggested by Python packaging user guide.

Note that the following from the above guide have not been added (make a separate issue if either required):

If this PR is accepted a tag will be required on the next push to trigger the workflow and the PyPi token will need to be added to the repo.

Fixes https://github.com/poliastro/czml3/issues/105