Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading updates versions of the package to PyPI #35

Open
chrisconlan opened this issue Apr 15, 2021 · 1 comment
Open

Uploading updates versions of the package to PyPI #35

chrisconlan opened this issue Apr 15, 2021 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@chrisconlan
Copy link
Member

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
@chrisconlan chrisconlan added the documentation Improvements or additions to documentation label Apr 15, 2021
@emican
Copy link
Contributor

emican commented Apr 16, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants