Publish PyPI releases before crates.io artifacts (#16989)
## Summary Closes #16987. ## Test Plan We need a good way to dry-run this... --------- Signed-off-by: William Woodruff <william@astral.sh>
This commit is contained in:
@@ -226,6 +226,7 @@ jobs:
|
||||
needs:
|
||||
- plan
|
||||
- host
|
||||
- custom-publish-pypi # DIRTY: see #16989
|
||||
if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }}
|
||||
uses: ./.github/workflows/publish-crates.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user