From 7a56aef7d1c4fece9a953c6cf4dd9afe6c93191a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 6 Mar 2025 16:53:39 -0600 Subject: [PATCH] Revert "Run the `uv-build` publish sequentially after `uv` (#12022)" (#12024) This was not the problem --- .github/workflows/publish-pypi.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 1ad0e97d3..090287c45 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -34,8 +34,6 @@ 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: