From 4d277cb56325691d3ccc3ea56da88793dd48c47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Wed, 30 Aug 2023 10:56:41 +0300 Subject: [PATCH] gguf : add workflow for Pypi publishing --- gguf-py/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gguf-py/README.md b/gguf-py/README.md index eaf98a31a..ffe25c495 100644 --- a/gguf-py/README.md +++ b/gguf-py/README.md @@ -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.