Skip to content

Commit

Permalink
twine
Browse files Browse the repository at this point in the history
  • Loading branch information
imirzov committed Aug 29, 2020
1 parent 3eec423 commit a488ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If you have Python version < 3.8 create binary with [pyinstaller](https://www.py

Read [here](https://packaging.python.org/tutorials/packaging-projects/) about how to create packages for [pypi.org](https://pypi.org/):

python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
twine upload dist/*

Expand Down

0 comments on commit a488ee4

Please sign in to comment.