ai4er-cdt / geograph

GeoGraph provides a tool for analysing habitat fragmentation and related problems in landscape ecology. GeoGraph builds a geospatially referenced graph from land cover or field survey data and enables graph-based landscape ecology analysis as well as interactive visualizations.
https://geograph.readthedocs.io
MIT License
39 stars 10 forks source link

Add automatic upload to pypi GitHub action #85

Closed rdnfn closed 1 year ago

rdnfn commented 1 year ago

This adds a GitHub action that automatically builds and uploads the package once a new release tag is added on GitHub (via the web interface).

Croydon-Brixton commented 1 year ago

🥳 Fantastic, thank you for implementing the build checks!

Now we just have to finalise the pylint version and run the formatting over it and that should satisfy the pylint CI as well. I think this makes most sense to do once this is merged into the staging branch. So I'd recommend merging to staging instead of main

wohoo