1 Commits

Author SHA1 Message Date
LIAUD Corentin
775b2421ec chore(ci): improve python build 2025-01-22 15:57:02 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Rust - Release creation
name: Python - Release creation
on:
release:
@@ -18,7 +18,7 @@ jobs:
run: pip install .
- name: Publish Python package
run: maturin publish --non-interactive
run: maturin publish --non-interactive --no-sdist
env:
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_PYPI_TOKEN }}

View File

@@ -9,7 +9,7 @@ homepage = "https://github.com/cocool97/adb_client"
keywords = ["adb", "android", "tcp", "usb"]
license = "MIT"
repository = "https://github.com/cocool97/adb_client"
version = "2.1.1"
version = "2.1.2"
# To build locally when working on a new release
[patch.crates-io]