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

feat(python, windows): enable S3 to cache wheels #5199

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pyranota
Copy link
Contributor

@pyranota pyranota commented Feb 3, 2025

#5196 Allows us to handle it safely

pyranota and others added 7 commits February 3, 2025 16:11

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Current schema:

S3-Bucket
├── python_311
│   ├── wheel==1.0
│   └── wheel2==1.0
└── python_312
    ├── wheel==1.0
    └── wheel2==1.0

New schema:

S3-Bucket
├── linux_aarch64
│   └── ...
└── linux_x86_64
    ├── python_311
    │   ├── wheel==1.0
    │   └── wheel2==1.0
    └── python_312
        ├── wheel==1.0
        └── wheel2==1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
leohhhn Leon Hudak
Copy link

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: b272be9
Status: ✅  Deploy successful!
Preview URL: https://d2074de4.windmill.pages.dev
Branch Preview URL: https://py-enable-s3-windows.windmill.pages.dev

View logs

@rubenfiszel rubenfiszel force-pushed the main branch 2 times, most recently from d3cffd5 to 4828a77 Compare February 10, 2025 10:33
@rubenfiszel rubenfiszel force-pushed the main branch 11 times, most recently from 0d0ada6 to 1ef482e Compare February 18, 2025 20:49
@rubenfiszel rubenfiszel force-pushed the main branch 2 times, most recently from 17e7f15 to a695621 Compare March 12, 2025 11:34
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.

None yet

1 participant