-
Notifications
You must be signed in to change notification settings - Fork 1
chore: simplify the release process #72
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
=======================================
Coverage 94.68% 94.68%
=======================================
Files 11 11
Lines 207 207
=======================================
Hits 196 196
Misses 11 11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…n permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…lackapi/python-slack-hooks into publish-to-test-pypi-with-oidc
zimeg
left a comment
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.
@WilliamBergamin These are incredible changes! I think each improvement in the release process makes all changes later better 🙏 ✨
All changes LGTM but I left a few comments that might be polish. Whenever is right, let's test this! 🚀
| - title: 📚 Documentation | ||
| labels: | ||
| - docs |
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.
🔍 note: Not all of our projects have matching labels at the moment... I believe we're moving toward "docs" but we might want to follow up later to make sure projects match here!
| [TestPyPI](https://test.pypi.org/) is a separate instance of the Python Package | ||
| Index that allows you to try distribution tools and processes without affecting | ||
| the real index. This is useful with changes that relate to the package itself, | ||
| example the contents of the `pyproject.toml` | ||
| the real index. This is particularly useful when making changes related to the | ||
| package configuration itself, for example, modifications to the `pyproject.toml` file. |
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.
⭐ praise: Nice! These notes are so useful for the unfamiliar reader!
Co-authored-by: Eden Zimbelman <[email protected]>
Co-authored-by: Eden Zimbelman <[email protected]>
Summary
This PR improves the release flow of the project by leveraging OIDC in PyPi
Testing
We need to merge this PR before trying this out against test.pypi.org or running dry runs
Requirements
./scripts/install_and_run_tests.shafter making the changes.