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

Preserve file permission when copying #2069

Merged
merged 1 commit into from
May 13, 2024

Conversation

blmarket
Copy link
Contributor

@blmarket blmarket commented May 4, 2024

Would like to put symlink in a python module, so it will be copied to wheel package. (I know data should be used, but it's was not working as I expected - #2068)

This commit will use permission from the source file, then fallback with 0o644

Copy link

netlify bot commented May 4, 2024

Deploy Preview for maturin-guide ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 4bf5538
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/6635df35c7748c0008ae33ad
😎 Deploy Preview https://deploy-preview-2069--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Would like to put symlink in a python module, so it will be copied
to wheel package. (I know `data` is there, but it's was not working as
I expected - PyO3#2068)

This commit will use permission from the source file
@messense messense added this pull request to the merge queue May 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 13, 2024
@messense messense added this pull request to the merge queue May 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 13, 2024
@messense messense merged commit dc0b104 into PyO3:main May 13, 2024
29 checks passed
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