Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
aa7a4c6146 ci: update version string in docs 2024-11-22 13:47:44 +00:00
Jseam
5df83886c7 fix: typo (#873) 2024-11-22 22:47:25 +09:00
Jseam
061ae89c01 ci: remove armv7 and remove v0.0.0 from auto python docs (#872)
* fix: remove armv7 rpi4 uses aarch64

* fix: remove 0.0.0 as it is causing failures
2024-11-22 19:24:12 +09:00
3 changed files with 2 additions and 4 deletions

View File

@@ -283,8 +283,6 @@ jobs:
platform:
- target: aarch64-unknown-linux-musl
arch: aarch64
- target: armv7-unknown-linux-musleabihf
arch: armv7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4

View File

@@ -1,4 +1,4 @@
ezkl==0.0.0
ezkl
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon

View File

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