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

Remove directories in /bin when ensuring portability #103

Merged
merged 4 commits into from
Jan 9, 2025

Conversation

neilmehta24
Copy link
Member

The package xlsxwriter places a __pycache__ directory in the build's bin directory. Because of this, _ensure_portability causes the fails the build when it tries to unlink a non-empty directory. This PR deletes all directories within bin.

@neilmehta24 neilmehta24 requested a review from ncoghlan December 18, 2024 23:10
Copy link

github-actions bot commented Dec 18, 2024

PR Preview Action v1.5.0
Preview removed because the pull request was closed.
2025-01-09 03:16 UTC

Copy link
Collaborator

@ncoghlan ncoghlan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On second thought, we should add the release note snippet before merging (I've been backfilling them at release time, but that's a bad habit we should avoid perpetuating).

@neilmehta24 neilmehta24 requested a review from ncoghlan December 30, 2024 17:36
@ncoghlan ncoghlan merged commit 036d4e2 into main Jan 9, 2025
11 checks passed
@ncoghlan ncoghlan deleted the neil/delete-dirs-in-bin branch January 9, 2025 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants