-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix Docker image publish GitHub Action #2799
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2799 +/- ##
=============================================
- Coverage 88.783% 88.740% -0.043%
=============================================
Files 92 92
Lines 7052 7052
Branches 1197 1197
=============================================
- Hits 6261 6258 -3
- Misses 542 544 +2
- Partials 249 250 +1 ☔ View full report in Codecov by Sentry. |
Not sure why the docs lint CI is broken, but it looks irrelevant to this change. It runs well on my local machine with the same It seems to be related to patch version does not appear in the requirement string of
|
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.
What's the purpose of this?
For making this action works. Currently the trigger is "when a workflow named |
This PR will be superseded by #2808 , as the whole actions flow has been reworked :D |
e41cf0d
to
1d5cc92
Compare
Appreciated it! @prryplatypus @ahopkins I think this is ready to be reviewed. |
It stopped working in the last release due to the name change of PyPI publish action.