Skip to content

Commit a488ee4

Browse files
committed
twine
1 parent 3eec423 commit a488ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you have Python version < 3.8 create binary with [pyinstaller](https://www.py
113113

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

116-
python3 -m pip install --user --upgrade setuptools wheel
116+
python3 -m pip install --user --upgrade setuptools wheel twine
117117
python3 setup.py sdist bdist_wheel
118118
twine upload dist/*
119119

0 commit comments

Comments
 (0)