mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-23 22:49:55 +03:00
Merge pull request #7681 from radarhere/releasing
Package name is now lowercase in wheel filenames
This commit is contained in:
commit
127b65ec64
|
@ -87,7 +87,7 @@ Released as needed privately to individual vendors for critical security-related
|
||||||
and copy into `dist`. Check and upload them e.g.:
|
and copy into `dist`. Check and upload them e.g.:
|
||||||
```bash
|
```bash
|
||||||
python3 -m twine check --strict dist/*
|
python3 -m twine check --strict dist/*
|
||||||
python3 -m twine upload dist/Pillow-5.2.0*
|
python3 -m twine upload dist/pillow-5.2.0*
|
||||||
```
|
```
|
||||||
|
|
||||||
## Publicize Release
|
## Publicize Release
|
||||||
|
|
Loading…
Reference in New Issue
Block a user