We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eec423 commit a488ee4Copy full SHA for a488ee4
README.md
@@ -113,7 +113,7 @@ If you have Python version < 3.8 create binary with [pyinstaller](https://www.py
113
114
Read [here](https://packaging.python.org/tutorials/packaging-projects/) about how to create packages for [pypi.org](https://pypi.org/):
115
116
- python3 -m pip install --user --upgrade setuptools wheel
+ python3 -m pip install --user --upgrade setuptools wheel twine
117
python3 setup.py sdist bdist_wheel
118
twine upload dist/*
119
0 commit comments