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

Automate Release process with Github Actions #7

Open
Flexonze opened this issue Sep 23, 2024 · 0 comments
Open

Automate Release process with Github Actions #7

Flexonze opened this issue Sep 23, 2024 · 0 comments

Comments

@Flexonze
Copy link
Owner

For reference, see this comment.

Right now, the release process is manual and looks like this:

# Make sure to update the version number in setup.py

# Add the new changes to CHANGELOG.md

# build the package
python -m build

# Push it to pypi
python -m twine upload --skip-existing dist/*

# Enter pypi token

It would be nice to automate some of this process with Github Actions, as long as we keep it simple and easy.

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

No branches or pull requests

1 participant