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.
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.