Skip to content

How to update the PyPI webull package?

Jason E Rush edited this page Nov 17, 2023 · 2 revisions

The PyPI package for this project is uploaded to here:

https://pypi.org/project/webull/

Access to the PyPI project

In order to update the project, please let us know that you are interested in joining the Maintainers.

Uploading an updated package to PyPI

  1. Edit the setup.py file to make sure that the version is updated and the install_requires includes every package that is used.

  2. In the command line make sure that you have installed twine. If not pip install twine

  3. Build the new package by python setup.py sdist

  4. Upload the specific package by twine upload dist/webull-X.X.X.tar.gz.

  5. You will be asked to enter your PyPI credentials.