Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
775b2421ec |
4
.github/workflows/python-release.yml
vendored
4
.github/workflows/python-release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user