As I keep missing to follow through on updates @mizvyt made (thank you!), and since we'd discussed this earlier, I am trying out this GitHub action to upload the packages to pypi when a new release is tagged.
I have obviously not read the whole documentation so it might be covered, but we need to make sure:
[ ] New uploads should only happen after CI build is successful
[ ] If possible, we should try to include the binary wheel for at least linux in the upload.
[x] I need to check docs to make sure my pypi credentials are not "accidentally" exposed in build/deploy logs. That'd really suck!
As I keep missing to follow through on updates @mizvyt made (thank you!), and since we'd discussed this earlier, I am trying out this GitHub action to upload the packages to pypi when a new release is tagged.
I have obviously not read the whole documentation so it might be covered, but we need to make sure:
binary
wheel for at least linux in the upload.