Add a github action that can be used to upload to pypi.
Make the version number dynamic so now the tag determines the version number of the package so we can use the github release system to cut releases. These should automatically get uploaded to pypi when we tag and release here.
Add a github action that can be used to upload to pypi.
Make the version number dynamic so now the tag determines the version number of the package so we can use the github release system to cut releases. These should automatically get uploaded to pypi when we tag and release here.
Also add a file I missed in the last commit.