Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
76764073b3 ci: update version string in docs 2025-02-05 22:27:00 +00:00
3 changed files with 8 additions and 10 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

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

View File

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