Skip to content

Commit 5ddcf4d

Browse files
committed
Package name is now lowercase in wheel filenames
1 parent dacd928 commit 5ddcf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Released as needed privately to individual vendors for critical security-related
8787
and copy into `dist`. Check and upload them e.g.:
8888
```bash
8989
python3 -m twine check --strict dist/*
90-
python3 -m twine upload dist/Pillow-5.2.0*
90+
python3 -m twine upload dist/pillow-5.2.0*
9191
```
9292

9393
## Publicize Release

0 commit comments

Comments
 (0)