Merge pull request #7681 from radarhere/releasing

Package name is now lowercase in wheel filenames
This commit is contained in:
Andrew Murray 2024-01-02 23:24:39 +11:00 committed by GitHub
commit 127b65ec64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.:
```bash
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