-
-
Notifications
You must be signed in to change notification settings - Fork 152
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 publishing release to pypi #246
Comments
@yashaka I have prepared the concept of release process with automatic publishing to pypi: Release process.Create new release on GitHub. Then GitHub action will automatically build and publish release to pypi with selected tag automatically. Also it will commit the tag semver into |
Great, let's reflect this in corresponding documentation place, like contribution guide or something else |
Problem
Selene doesn't have auto-deploy script for its releases. All work is doing manually through console.
What
Automate release building and publishing to pypi when new tag has been pushed into repo.
ToDo
publish.yml
.Definition of done
Guide
https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
https://github.com/pypa/gh-action-pypi-publish
The text was updated successfully, but these errors were encountered: