Skip to content

Commit 51bf4e0

Browse files
authored
Update README.md
Commands to upload the package
1 parent 25eaa76 commit 51bf4e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,10 @@ If something is not working correctly, or if you have any suggestion on improvem
188188
Copyright (c) 2017 Justin Li. Released under the [MIT License](https://github.com/yuanxu-li/html-table-extractor/blob/master/README.md)
189189

190190
Third-party copyright in this distribution is noted where applicable.
191+
192+
## Misc
193+
194+
How to upload the package to pypi (for the reference of the owner)
195+
196+
- python setup.py bdist_wheel --universal
197+
- twine upload dist/* --verbose

0 commit comments

Comments
 (0)