What did you do?
Ran make release-test as part of the 8.0.0 release checks.
What did you expect to happen?
Release tests ran. Nothing created in dist/
What actually happened?
Release tests ran. dist/Pillow-8.1.0.dev0-py3.9-macosx-10.9-x86_64.egg was created.
What are your OS, Python and Pillow versions?
- OS: macOS Mojave
- Python: 3.9
- Pillow: 8.0.0
This comes from the python3 setup.py install command. I moved the file away before proceeding, to make sure it wasn't uploaded to PyPI as there wasn't one for the last release:
But now I look again, these have a single egg:
We don't need to release a single egg file for a single Python version, right? When we have all the wheels?
If we don't need it, can we prevent python3 setup.py install creating it, or alternatively, update RELEASING.md to remove it?
What did you do?
Ran
make release-testas part of the 8.0.0 release checks.What did you expect to happen?
Release tests ran. Nothing created in
dist/What actually happened?
Release tests ran.
dist/Pillow-8.1.0.dev0-py3.9-macosx-10.9-x86_64.eggwas created.What are your OS, Python and Pillow versions?
This comes from the
python3 setup.py installcommand. I moved the file away before proceeding, to make sure it wasn't uploaded to PyPI as there wasn't one for the last release:But now I look again, these have a single egg:
We don't need to release a single egg file for a single Python version, right? When we have all the wheels?
If we don't need it, can we prevent
python3 setup.py installcreating it, or alternatively, updateRELEASING.mdto remove it?