Skip to content

Commit

Permalink
just do sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed Oct 14, 2024
1 parent a59bc9a commit c9dbe7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gadget/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
from .ggml import GGMLQuantizationType as T
from .tensor import get_tensor_info

__version__ = "0.4.2"
__version__ = "0.4.3"

0 comments on commit c9dbe7c

Please sign in to comment.