We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ...
qttk/version.txt
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.
https://pypi.org/project/qttk/#history
If you really want to test that it worked ... install qttk from pip.
qttk
pip
pip install --upgrade qttk
The text was updated successfully, but these errors were encountered:
Successfully updated to 0.1.3. Thinking about a quarterly roadmap...
Sorry, something went wrong.
chrisconlan
joe-wojniak
emican
alexpryszlakh
No branches or pull requests
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 ...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
frompip
.The text was updated successfully, but these errors were encountered: