From ef1243c6e848382887ac9df9c890a2834b2e03e8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 6 Mar 2025 15:27:57 -0600 Subject: [PATCH] Run the `uv-build` publish sequentially after `uv` (#12022) In an attempt to resolve a trusted publishing failure --- .github/workflows/publish-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 090287c45..1ad0e97d3 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -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: