Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
ffbb4ad2f9 ci: update version string in docs 2025-02-05 23:01:51 +00:00
dante
20ac99fdbf fix: ezkl-gpu install 2025-02-05 18:01:26 -05:00
dante
532fa65e93 fix: patch python release pipeline for v4 2025-02-05 17:59:35 -05:00
3 changed files with 10 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
pip install ezkl-gpu --no-index --find-links dist --force-reinstall
pip install ezkl --no-index --find-links dist --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v4

View File

@@ -75,7 +75,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: dist-macos-${{ matrix.target }}
path: dist
windows:
@@ -132,7 +132,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: dist-windows-${{ matrix.target }}
path: dist
linux:
@@ -205,7 +205,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: dist-linux-${{ matrix.target }}
path: dist
musllinux:
@@ -273,7 +273,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: name: dist-musllinux-${{ matrix.target }}
path: dist
musllinux-cross:
@@ -336,7 +336,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: dist-musllinux-${{ matrix.platform.target }}
path: dist
pypi-publish:
@@ -349,7 +349,9 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: wheels
pattern: dist-*
merge-multiple: true
path: dist
- name: List Files
run: ls -R

View File

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