chore: Remove CLI - this was originally intended for local development (#1442)

This commit is contained in:
Bryant Biggs
2024-02-12 22:05:43 -05:00
committed by GitHub
parent 7f49f20ab0
commit 72a1973cd1
3 changed files with 3 additions and 84 deletions

View File

@ -86,5 +86,5 @@ Simple checklist on how to make releases for `tokenizers`.
If you want to make modifications to the CI/CD of the release GH actions, you need
to :
- **Comment the part that uploads the artifacts** to `crates.io`, `PyPi` or `npm`.
- Change the trigger mecanism so it can trigger every time you push to your branch.
- Change the trigger mechanism so it can trigger every time you push to your branch.
- Keep pushing your changes until the artifacts are properly created.