1 Commits

Author SHA1 Message Date
LIAUD Corentin
38d8384b98 fix: maturin non-interactive 2025-01-24 10:18:55 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
run: pip install . run: pip install .
- name: Publish Python packages - name: Publish Python packages
run: maturin publish --no-interactive run: maturin publish --non-interactive
env: env:
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_PYPI_TOKEN }} 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"] keywords = ["adb", "android", "tcp", "usb"]
license = "MIT" license = "MIT"
repository = "https://github.com/cocool97/adb_client" repository = "https://github.com/cocool97/adb_client"
version = "2.1.3" version = "2.1.4"
# To build locally when working on a new release # To build locally when working on a new release
[patch.crates-io] [patch.crates-io]