Skip to content

Commit 3a77054

Browse files
committed
add release section in readme
1 parent 560cda2 commit 3a77054

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ $ py.test test/functional/ios/find_by_ios_class_chain_tests.py
6363
$ py.test -n 2 test/functional/ios/find_by_ios_class_chain_tests.py
6464
```
6565
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+
6676
# Usage
6777
6878
The Appium Python Client is fully compliant with the Selenium 3.0 specification

0 commit comments

Comments
 (0)