-
-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not publish wheels for all SHAs, and publish to PyPI from Github A…
…ctions. (#19028) This change: 1. Adjusts wheel building to only upload to S3 when requested via a workflow or tag push 2. Adjusts the release job to build and upload wheels to S3, and then also to push them to PyPI. * Note that this does not yet publish our "universal" PEX from the CI job, so that step still happens locally. See the docs changes for a high level overview.
- Loading branch information
Showing
7 changed files
with
408 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.