Skip to content

Commit

Permalink
Merge pull request #7681 from radarhere/releasing
Browse files Browse the repository at this point in the history
Package name is now lowercase in wheel filenames
  • Loading branch information
radarhere committed Jan 2, 2024
2 parents dacd928 + 5ddcf4d commit 127b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 127b65e

Please sign in to comment.