Closed danielhollas closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.21%. Comparing base (
1bba240
) to head (3e60c9b
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@yakutovicha can you take a look?
Note that the publish workflow as specified here was there basically as is before I made any changes, the idea that you can inspect a release by first releasing on TestPyPI, where you can then inspect the package. But practically this couldn't really be used with bumpver, since you'd always push to master. (not saying which is better, just providing context).
Going to merge this, since we need to release a patch version.
I noticed when releasing version 2.2.0 that the test publish workflow was not triggered on the PR in #593. This was my mistake: At some point I changed the triggering event from
push
topull_request
. However, thebranches
filter that we use so that the test-publish is only run on release branches, has a different semantic meaning forpull_request
event --- it specifies the target branch, not the branch that is being merged.