Run the uv-build publish sequentially after uv (#12022)

In an attempt to resolve a trusted publishing failure
This commit is contained in:
Zanie Blue
2025-03-06 15:27:57 -06:00
committed by GitHub
parent f18e6ef6d4
commit ef1243c6e8
+2
View File
@@ -34,6 +34,8 @@ jobs:
pypi-publish-uv-build:
name: Upload uv-build to PyPI
runs-on: ubuntu-latest
# Run sequentially instead of concurrently
needs: pypi-publish-uv
environment:
name: release
permissions: