-
Notifications
You must be signed in to change notification settings - Fork 5
ci: automate bump PR creation, slack notification #58
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR automates the version bump and package publishing process by introducing two GitHub Actions workflows to replace the existing Travis CI setup.
- Adds
update-version.ymlworkflow to automate creation of version bump PRs via manual trigger - Adds
python-publish.ymlworkflow to automate PyPI package publishing with Slack notifications - Migrates from Travis CI-based deployment to GitHub Actions-based deployment
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 13 comments.
| File | Description |
|---|---|
.github/workflows/update-version.yml |
Workflow to update version numbers in setup.py and pre-publish.py, then create a PR with changes |
.github/workflows/python-publish.yml |
Workflow to publish package to PyPI, create git tags, and send Slack notifications on completion |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|


No description provided.