Clean README in post release job as well. (#17519)

This commit is contained in:
Sylvain Gugger
2022-06-02 07:44:03 -04:00
committed by GitHub
parent 216499bfcc
commit f128ccb997
2 changed files with 4 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ To create the package for pypi.
10. Copy the release notes from RELEASE.md to the tag in github once everything is looking hunky-dory.
11. Run `make post-release` (or, for a patch release, `make post-patch`). If you were on a branch for the release,
11. Run `make post-release` then run `make fix-copies`. If you were on a branch for the release,
you need to go back to main before executing this.
"""