You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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, updateRELEASING.md
to remove it?The text was updated successfully, but these errors were encountered: