Appium-Python-Client 5.2.1__py3-none-any.whl → 5.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {appium_python_client-5.2.1.dist-info → appium_python_client-5.2.2.dist-info}/METADATA +6 -8
- {appium_python_client-5.2.1.dist-info → appium_python_client-5.2.2.dist-info}/RECORD +4 -4
- {appium_python_client-5.2.1.dist-info → appium_python_client-5.2.2.dist-info}/WHEEL +0 -0
- {appium_python_client-5.2.1.dist-info → appium_python_client-5.2.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Appium-Python-Client
|
|
3
|
-
Version: 5.2.
|
|
3
|
+
Version: 5.2.2
|
|
4
4
|
Summary: Python client for Appium
|
|
5
5
|
Project-URL: Homepage, http://appium.io/
|
|
6
6
|
Project-URL: Repository, https://github.com/appium/python-client
|
|
@@ -558,18 +558,16 @@ Follow the below steps.
|
|
|
558
558
|
Set `GH_TOKEN` env var to update the GitHub contents.
|
|
559
559
|
|
|
560
560
|
```bash
|
|
561
|
-
# Used to publish the package to pypi
|
|
562
|
-
uv pip install twine
|
|
563
|
-
|
|
564
561
|
rm -rf dist
|
|
565
562
|
# bumping the version, building a package and creating a tag.
|
|
566
563
|
uv run semantic-release version --patch|--minor|--major
|
|
567
564
|
|
|
568
|
-
#
|
|
569
|
-
|
|
570
|
-
```
|
|
565
|
+
# To publish the version's module to pypi
|
|
566
|
+
UV_PUBLISH_TOKEN=<token to publish via pypi> uv publish
|
|
571
567
|
|
|
572
|
-
|
|
568
|
+
# To push built modules in 'dist' directory to the GH release page.
|
|
569
|
+
uv run semantic-release publish
|
|
570
|
+
```
|
|
573
571
|
|
|
574
572
|
## License
|
|
575
573
|
|
|
@@ -318,7 +318,7 @@ appium/webdriver/extensions/flutter_integration/__init__.py,sha256=wSUl6yC2TJNla
|
|
|
318
318
|
appium/webdriver/extensions/flutter_integration/flutter_commands.py,sha256=zKWaVM-Vaqz-FxItSeYI7YXvld5DPrKhrXyrYPbRbFw,12125
|
|
319
319
|
appium/webdriver/extensions/flutter_integration/flutter_finder.py,sha256=P4rQpiye73aRBq5VOSt1vBD7rTDHrEv0052B1u81_YY,2184
|
|
320
320
|
appium/webdriver/extensions/flutter_integration/scroll_directions.py,sha256=CkOv7k21SMe-h2-EYSZ6MBKBGTRC1csQ-tuowHgMn0E,85
|
|
321
|
-
appium_python_client-5.2.
|
|
322
|
-
appium_python_client-5.2.
|
|
323
|
-
appium_python_client-5.2.
|
|
324
|
-
appium_python_client-5.2.
|
|
321
|
+
appium_python_client-5.2.2.dist-info/METADATA,sha256=vcEyVuQZU_JANgoudYk4_DU1h5z_CI45n_FpHSvwPHo,20823
|
|
322
|
+
appium_python_client-5.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
323
|
+
appium_python_client-5.2.2.dist-info/licenses/LICENSE,sha256=QxeKfXNmPWCfFyrXiwdVzMFPFMK0nlBrKhYLUoIcqhk,11384
|
|
324
|
+
appium_python_client-5.2.2.dist-info/RECORD,,
|
|
File without changes
|
{appium_python_client-5.2.1.dist-info → appium_python_client-5.2.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|