-
-
Notifications
You must be signed in to change notification settings - Fork 186
How to update the PyPI webull package?
The PyPI package for this project is uploaded to here:
https://pypi.org/project/webull/
In order to update the project, please let us know that you are interested in joining the Maintainers.
-
Edit the
setup.py
file to make sure that theversion
is updated and theinstall_requires
includes every package that is used. -
In the command line make sure that you have installed twine. If not
pip install twine
-
Build the new package by
python setup.py sdist
-
Upload the specific package by
twine upload dist/webull-X.X.X.tar.gz
. -
You will be asked to enter your PyPI credentials.
If you like the project and would like me to devote my time to it, you can support me here directly :
You can always help by contributing to the project directly with PR. Make sure that you don't upload your account credentials accidentally.
https://github.com/tedchou12/webull/wiki/For-Developers-Contributors