Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gguf : add workflow for Pypi publishing #2896

Merged
merged 4 commits into from
Aug 30, 2023
Merged

gguf : add workflow for Pypi publishing #2896

merged 4 commits into from
Aug 30, 2023

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
Owner

@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

@ggerganov ggerganov merged commit 0d1c706 into master Aug 30, 2023
4 checks passed
@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.

3 participants