diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 4224582..81b0731 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -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 }} diff --git a/Cargo.toml b/Cargo.toml index e70ae5e..ad6e52c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]