pyranota
2b38000557
feat(python): make S3 cache arch specific (#5196)
* add .minio-data to .gitignore
* feat(python): make S3 cache arch specific
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
* remove .minio-data from .gitignore
* remove unneeded tracing::error
2025-02-03 19:31:55 +01:00
..
2025-01-24 15:12:41 +01:00
2024-12-27 14:23:05 +01:00
2024-12-22 13:52:23 +09:00
2025-01-24 15:32:29 +01:00
2025-01-31 10:31:19 +01:00
2024-06-14 13:07:35 +02:00
2025-01-17 20:16:22 +01:00
2024-12-16 17:10:16 +01:00
2024-12-16 17:10:16 +01:00
2025-02-03 19:31:55 +01:00
2024-12-16 17:10:16 +01:00
2024-12-22 13:52:23 +09:00
2024-12-18 12:37:31 +01:00
2024-12-15 00:00:37 +01:00
2024-12-15 00:00:37 +01:00
2024-12-09 18:41:13 +01:00
2025-01-24 15:12:41 +01:00
2025-01-27 22:45:31 +01:00
2024-12-09 18:02:18 +01:00
2025-01-24 15:12:41 +01:00
2024-12-09 18:02:18 +01:00
2025-01-24 15:12:41 +01:00
2025-02-03 19:31:55 +01:00
2024-12-18 12:37:31 +01:00
2024-07-29 21:13:02 +02:00
2024-12-20 11:12:44 +01:00
2024-12-22 13:52:23 +09:00
2024-12-06 15:11:57 +01:00
2025-01-30 09:13:44 +01:00
2025-01-24 11:42:48 +01:00
2025-02-01 08:55:44 +01:00