nansencenter / django-geo-spaas-rest-api

REST API for django-geo-spaas
GNU General Public License v3.0
1 stars 1 forks source link

Migrate to Github actions #20

Closed aperrin66 closed 3 years ago

aperrin66 commented 3 years ago

Transcripted the .travis.yml file into a GitHub actions workflow.

Also modified the setup.py file to get the version from an environment variable. That way the version is read from the context when a release is made, and we don't have to modify the setup.py file by hand.