Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dist directory is no longer created #7974

Merged
merged 1 commit into from Apr 13, 2024

Conversation

radarhere
Copy link
Member

@radarhere radarhere commented Apr 13, 2024

#7957 (comment)

During the release, the output of make release-test includes:

Successfully installed pillow-10.4.0.dev0
rm dist/.egg
rm: dist/
.egg: No such file or directory
make: [release-test] Error 1 (ignored)
rmdir dist
rmdir: dist: No such file or directory

This started happening due to #5896. python3 setup.py install creates a dist egg, but python3 -m pip install . does not.

#7957 removed -rm dist/*.egg.

If there's no dist directory, then there's no need remove it either, so -rmdir dist can also be removed.

@hugovk hugovk merged commit db21e7d into python-pillow:main Apr 13, 2024
55 of 56 checks passed
@hugovk hugovk added the Cleanup label Apr 13, 2024
@radarhere radarhere deleted the release-test branch April 13, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants