From c9dbe7c4d80e5c2b8debbbb13c8924396bf303fc Mon Sep 17 00:00:00 2001 From: Douglas Hanley Date: Mon, 14 Oct 2024 00:01:32 -0500 Subject: [PATCH] just do sdist --- .github/workflows/pypi.yml | 2 +- gadget/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index eda5193..d0640e5 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -23,7 +23,7 @@ jobs: build --user - name: Build a binary wheel and a source tarball - run: python3 -m build + run: python3 -m build --sdist - name: Store the distribution packages uses: actions/upload-artifact@v4 with: diff --git a/gadget/__init__.py b/gadget/__init__.py index 5618788..9adb438 100644 --- a/gadget/__init__.py +++ b/gadget/__init__.py @@ -22,4 +22,4 @@ from .ggml import GGMLQuantizationType as T from .tensor import get_tensor_info -__version__ = "0.4.2" +__version__ = "0.4.3"