chore: simplify the release process#72
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.
@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.
🔍 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.
⭐ praise: Nice! These notes are so useful for the unfamiliar reader!
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
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.