[playground] Add uploadStandalonePackageAssets and extract uploadAssets helper to bundle-uploader#10775
[playground] Add uploadStandalonePackageAssets and extract uploadAssets helper to bundle-uploader#10775JennyPng wants to merge 2 commits into
Conversation
|
No changes needing a change description found. |
|
You can try these changes here
|
There was a problem hiding this comment.
Pull request overview
This PR updates the @typespec/bundle-uploader internal helper library to support uploading standalone binary assets (notably the Python pygen wheel) to blob storage, enabling the Azure playground to discover those assets via an index.
Changes:
- Extracted asset globbing/upload logic into a shared
uploadAssetshelper. - Refactored
uploadPlaygroundAssetsto reuse the new helper. - Added a new exported API
uploadStandalonePackageAssetsto upload only binary assets without bundling.
|
Hi @@JennyPng. Your PR has had no update for 14 days and it is marked as a stale PR. If it is not updated within 14 additional days, the PR will automatically be closed. If you want to refresh the PR, please remove the |
|
Hi @@JennyPng. Your PR has had no update for 14 days and it is marked as a stale PR. If it is not updated within 14 additional days, the PR will automatically be closed. If you want to refresh the PR, please remove the |
typespec-azurerepo's upload pipelinetypespec-pythonemitter