Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
d481c02525 ci: update version string in docs 2025-02-05 23:29:46 +00:00
dante
0689115828 fix: ezkl-gpu name (#930) 2025-02-05 18:29:28 -05:00
dante
99f741304a Revert "fix: ezkl-gpu install"
This reverts commit 20ac99fdbf.
2025-02-05 18:03:46 -05:00
3 changed files with 6 additions and 3 deletions

View File

@@ -43,6 +43,9 @@ jobs:
sed "s/ezkl/ezkl-gpu/" pyproject.toml.orig >pyproject.toml
sed "s/0\\.0\\.0/${RELEASE_TAG//v}/" pyproject.toml.orig >pyproject.toml
- name: rename ezkl.pyi to ezkl-gpu.pyi
run: mv ezkl.pyi ezkl-gpu.pyi
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-27
@@ -73,7 +76,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
pip install ezkl --no-index --find-links dist --force-reinstall
pip install ezkl-gpu --no-index --find-links dist --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v4

View File

@@ -273,7 +273,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: name: dist-musllinux-${{ matrix.target }}
name: dist-musllinux-${{ matrix.target }}
path: dist
musllinux-cross:

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '19.0.2'
release = '19.0.4'
version = release