Closed barneydobson closed 3 weeks ago
As in - the codecov prevented the publish
actions from completing? So does that mean I have to ... yank? (was it yank?) it?
It should not fail, but if it does, the whole workflow would be interrupted and nothing published to PyPI - and therefore nothing to yank.
Description
Looks like
publish.yml
is crashing on release because it doesn't havecodecov
secret - would this fix it?Also there's that thing we need to do for releases that failed in some way - but I can't remember what it's called
Fixes # (issue)
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks