Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
cc523c6d69 ci: update version string in docs 2025-02-05 23:04:06 +00:00
dante
99f741304a Revert "fix: ezkl-gpu install"
This reverts commit 20ac99fdbf.
2025-02-05 18:03:46 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,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

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