conlan-scientific / qttk

[qttk] Quantitative Trading ToolKit - Quant trading library developed by Conlan Scientific Open-Source Research Cohort
GNU General Public License v3.0
10 stars 1 forks source link

Uploading updates versions of the package to PyPI #35

Open chrisconlan opened 3 years ago

chrisconlan commented 3 years ago

Run these commands from the project directory to upload a new version of the package to PyPI.

First, bump the package version by editing qttk/version.txt. Then, run the following commands ...

python setup.py sdist
twine check dist/*
twine upload dist/qttk-x.y.z.tar.gz

Then, check https://pypi.org/project/qttk/#history to verify it showed up. Boom. You're done.

If you really want to test that it worked ... install qttk from pip.

pip install --upgrade qttk
emican commented 3 years ago

Successfully updated to 0.1.3. Thinking about a quarterly roadmap...