gguf : add workflow for Pypi publishing
This commit is contained in:
parent
b8e572f6d3
commit
4d277cb563
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
2. Create a tag named `gguf-vx.x.x` where `x.x.x` is the semantic version number.
|
||||||
|
|
||||||
```sh
|
```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.
|
3. Push the tags.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue