Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release actions and workflows #574

Open
CagtayFabry opened this issue Sep 29, 2021 · 2 comments
Open

release actions and workflows #574

CagtayFabry opened this issue Sep 29, 2021 · 2 comments

Comments

@CagtayFabry
Copy link
Member

to streamline the creation of releases and publishing (e.g. to pypi) we could look into some GH actions that are out there:

@marscher
Copy link
Collaborator

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.

@CagtayFabry
Copy link
Member Author

we can revoke the token on PyPI in case there is a problem too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants