mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 11:24:35 +00:00
gguf : add workflow for Pypi publishing
This commit is contained in:
parent
b8e572f6d3
commit
4d277cb563
@ -35,7 +35,7 @@ There's a GitHub workflow to make a release automatically upon creation of tags
|
||||
2. Create a tag named `gguf-vx.x.x` where `x.x.x` is the semantic version number.
|
||||
|
||||
```sh
|
||||
git tag -a v1.0.0 -m "Version 1.0 release"
|
||||
git tag -a gguf-v1.0.0 -m "Version 1.0 release"
|
||||
```
|
||||
|
||||
3. Push the tags.
|
||||
|
Loading…
Reference in New Issue
Block a user