Skip to content

Commit 1cc8d4b

Browse files
committed
release: v0.3.5
1 parent 9bb44bd commit 1cc8d4b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
toolchain: stable
139139
- uses: actions/download-artifact@v4
140140
- name: skip riscv64
141+
if: false
141142
run: mv Lebai_Python_SDK_Linux_riscv64/ ../
142143
- name: Release
143144
env:
@@ -149,6 +150,7 @@ jobs:
149150
command: upload
150151
args: --skip-existing */*.whl
151152
- name: skip riscv64
153+
if: false
152154
run: mv ../Lebai_Python_SDK_Linux_riscv64/ ./
153155
- name: Zip Artifact
154156
run: for dir in `ls`; do zip -r ${dir}.zip ${dir}; done

.github/workflows/python_asyncio.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
toolchain: stable
157157
- uses: actions/download-artifact@v4
158158
- name: skip riscv64
159+
if: false
159160
run: mv Lebai_Python_AsyncIO_SDK_Linux_riscv64/ ../
160161
- name: Release
161162
env:
@@ -167,6 +168,7 @@ jobs:
167168
command: upload
168169
args: --skip-existing */*.whl
169170
- name: skip riscv64
171+
if: false
170172
run: mv ../Lebai_Python_AsyncIO_SDK_Linux_riscv64/ ./
171173
- name: Zip Artifact
172174
run: for dir in `ls`; do zip -r ${dir}.zip ${dir}; done

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
license-file = "LICENSE"
66
name = "lebai_sdk"
77
repository = "https://github.com/lebai-robotics/lebai-sdk.rs"
8-
version = "0.3.4"
8+
version = "0.3.5"
99

1010
[workspace]
1111
members = [

0 commit comments

Comments
 (0)