Skip to content

Commit a49b7c3

Browse files
committed
release: v0.3.4
1 parent 301515f commit a49b7c3

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
with:
135135
toolchain: stable
136136
- uses: actions/download-artifact@v4
137+
- name: skip riscv64
138+
run: mv Lebai_Python_SDK_Linux_riscv64/ ../
137139
- name: Release
138140
env:
139141
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
@@ -142,6 +144,8 @@ jobs:
142144
container: off
143145
command: upload
144146
args: --skip-existing */*.whl
147+
- name: skip riscv64
148+
run: mv ../Lebai_Python_SDK_Linux_riscv64/ ./
145149
- name: Zip Artifact
146150
run: for dir in `ls`; do zip -r ${dir}.zip ${dir}; done
147151
- name: Release

.github/workflows/python_asyncio.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
with:
153153
toolchain: stable
154154
- uses: actions/download-artifact@v4
155+
- name: skip riscv64
156+
run: mv Lebai_Python_AsyncIO_SDK_Linux_riscv64/ ../
155157
- name: Release
156158
env:
157159
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
@@ -160,6 +162,8 @@ jobs:
160162
container: off
161163
command: upload
162164
args: --skip-existing */*.whl
165+
- name: skip riscv64
166+
run: mv ../Lebai_Python_AsyncIO_SDK_Linux_riscv64/ ./
163167
- name: Zip Artifact
164168
run: for dir in `ls`; do zip -r ${dir}.zip ${dir}; done
165169
- name: Release

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.3"
8+
version = "0.3.4"
99

1010
[workspace]
1111
members = [

proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["protobuf"]
66
license = "MIT"
77
name = "lebai-proto"
88
repository = "https://github.com/lebai-robotics/lebai-sdk.rs"
9-
version = "3.3.2"
9+
version = "3.3.3"
1010

1111
[dependencies]
1212
jsonrpsee = {version = "0.25", features = ["client-core", "macros"]}

0 commit comments

Comments
 (0)