-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Perepare release to PyPi #243
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #243 +/- ##
=======================================
Coverage 91.17% 91.17%
=======================================
Files 2 2
Lines 34 34
=======================================
Hits 31 31
Misses 3 3 ☔ View full report in Codecov by Sentry. |
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.
We have a release process setup through Github actions. This means that in essence, we only have to set the version number for each implementation and push a git tag (all automated through https://github.com/cucumber/polyglot-release).
So to get the release process working again, I suppose you would have to take your manual instructions and convert them into a Github action.
As a template you could use this commit b00f19a in which I disabled the python release process (#213).
35b1ae4
to
17026be
Compare
Heya. @brasmusson has been setting up publishing to PyPi using trusted publishers. This is the ideal solution.
Apologies for changing the desired solution. Things is are changing atypically quick. |
@elchupanebrej - This probably should have been looked at a while ago. Looking at the 2 linked by @mpkorstanje - it seems as though there is a specific action that is used called |
No longer required |
🤔 What's changed?
Fixup pyproject.toml to conform with the existing release
⚡️ What's your motivation?
I want to have PyPi released continuously.
🏷️ What kind of change is this?
📋 Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.