Merge pull request #311 from radarhere/readme

Use python3 when calling twine
This commit is contained in:
Hugo van Kemenade 2022-08-10 13:31:23 +03:00 committed by GitHub
commit e9d6acf695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,4 +49,4 @@ Download wheels from the
`latest release <https://github.com/python-pillow/pillow-wheels/releases>`_ and upload
to PyPI::
twine upload Pillow-<VERSION>-*
python3 -m twine upload Pillow-<VERSION>-*