Skip to content

Commit

Permalink
chore(ci): improve python build
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Jan 22, 2025
1 parent 62d16b7 commit 775b242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust - Release creation
name: Python - Release creation

on:
release:
Expand All @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 775b242

Please sign in to comment.