Skip to content

Commit 775b242

Browse files
committed
chore(ci): improve python build
1 parent 62d16b7 commit 775b242

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust - Release creation
1+
name: Python - Release creation
22

33
on:
44
release:
@@ -18,7 +18,7 @@ jobs:
1818
run: pip install .
1919

2020
- name: Publish Python package
21-
run: maturin publish --non-interactive
21+
run: maturin publish --non-interactive --no-sdist
2222
env:
2323
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_PYPI_TOKEN }}
2424

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/cocool97/adb_client"
99
keywords = ["adb", "android", "tcp", "usb"]
1010
license = "MIT"
1111
repository = "https://github.com/cocool97/adb_client"
12-
version = "2.1.1"
12+
version = "2.1.2"
1313

1414
# To build locally when working on a new release
1515
[patch.crates-io]

0 commit comments

Comments
 (0)