We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560cda2 commit 3a77054Copy full SHA for 3a77054
README.md
@@ -63,6 +63,16 @@ $ py.test test/functional/ios/find_by_ios_class_chain_tests.py
63
$ py.test -n 2 test/functional/ios/find_by_ios_class_chain_tests.py
64
```
65
66
+# Release
67
+
68
+Release package with Twine
69
70
+```
71
+$ pip install twine
72
+$ python setup.py sdist # build a release tar file in /dist
73
+$ twine upload dist/Appium-Python-Client-<release number>.tar.gz
74
75
76
# Usage
77
78
The Appium Python Client is fully compliant with the Selenium 3.0 specification
0 commit comments