Skip to content

Conversation

@monatis
Copy link
Collaborator

@monatis monatis commented Aug 30, 2023

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

Copy link
Member

@ggerganov ggerganov left a comment

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
Collaborator

@monatis
Copy link
Collaborator Author

monatis commented Oct 2, 2023

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
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.

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.

4 participants