You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Honestly I think it is dangerous the encode secrets for PyPI access in the cloud (owned and controlled by Microsoft). There are too many reports where patterns like this have been abused and we do have a responsibility to protect the users of our software.
It ain't too much effort to create a source archive locally from a git tag and just push it to PyPI (5 min of work). But I do feel the appeal of just pushing a button and everything is done automatically.
to streamline the creation of releases and publishing (e.g. to pypi) we could look into some GH actions that are out there:
I like the idea of having a "release workflow", maybe we could create/configure an action that (when triggered) creates the release PR (similiar to the conda-forge bot) automatically using a script or similar to fill in dates etc. in places that we need them
The text was updated successfully, but these errors were encountered: