Skip to content

gguf : add workflow for Pypi publishing#2896

Merged
ggerganov merged 4 commits into
masterfrom
gguf-publish-ci
Aug 30, 2023
Merged

gguf : add workflow for Pypi publishing#2896
ggerganov merged 4 commits into
masterfrom
gguf-publish-ci

Conversation

@monatis

@monatis monatis commented Aug 30, 2023

Copy link
Copy Markdown
Collaborator

This PR add a workflow to make a release on Pypi upon creation of tags in a specified format. It requires a secret defined in the repo --wil email it.

Steps to make a release

  1. Bump the version in pyproject.toml.
  2. Create a tag named gguf-vx.x.x where x.x.x is the semantic version number.
git tag -a gguf-v1.0.0 -m "Version 1.0 release"
  1. Push the tags.
git push origin --tags

@ggerganov ggerganov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the secret:

image

@cebtenzzre

Copy link
Copy Markdown
Collaborator

@monatis

monatis commented Oct 2, 2023

Copy link
Copy Markdown
Collaborator Author

Poetry could not find a pyproject.toml file in /home/runner/work/llama.cpp/llama.cpp or its parents

Apparently it doesn't run poetry build step inside gguf-py, and we need to cd into it again I think. will patch it.

@cebtenzzre

Copy link
Copy Markdown
Collaborator

will patch it.

Have you gotten around to this yet? It's no big deal if you haven't, but in that case I'd like to open a new issue so this doesn't get forgotten about.

Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
* gguf : add workflow for Pypi publishing

* gguf : add workflow for Pypi publishing

* fix trailing whitespace
phuongncn pushed a commit to phuongncn/llama.cpp-gx10-dgx-sparks-deepseekv4 that referenced this pull request Apr 28, 2026
* gguf : add workflow for Pypi publishing

* gguf : add workflow for Pypi publishing

* fix trailing whitespace
ljubomirj pushed a commit to ljubomirj/llama.cpp that referenced this pull request May 6, 2026
* gguf : add workflow for Pypi publishing

* gguf : add workflow for Pypi publishing

* fix trailing whitespace
AlexiAlp pushed a commit to minghaop/llama.cpp that referenced this pull request Jun 2, 2026
* gguf : add workflow for Pypi publishing

* gguf : add workflow for Pypi publishing

* fix trailing whitespace
AlexiAlp pushed a commit to minghaop/llama.cpp that referenced this pull request Jun 2, 2026
* gguf : add workflow for Pypi publishing

* gguf : add workflow for Pypi publishing

* fix trailing whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants