From 7bea7038a109eb3b8c6b1fc73cbb1164db5e7159 Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Tue, 14 Jan 2025 23:24:51 +0000 Subject: [PATCH] Fix IDs Signed-off-by: Ben Howe --- .github/actions/get-cudaq-wheels/action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/get-cudaq-wheels/action.yaml b/.github/actions/get-cudaq-wheels/action.yaml index b3443bc..6b0815b 100644 --- a/.github/actions/get-cudaq-wheels/action.yaml +++ b/.github/actions/get-cudaq-wheels/action.yaml @@ -111,7 +111,6 @@ runs: driver-opts: network=host - name: Build 3.10 wheel - id: wheel_build uses: docker/build-push-action@v5 with: context: cudaq @@ -123,7 +122,6 @@ runs: outputs: /cudaq-wheels - name: Build 3.11 wheel - id: wheel_build uses: docker/build-push-action@v5 with: context: cudaq @@ -135,7 +133,6 @@ runs: outputs: /cudaq-wheels - name: Build 3.12 wheel - id: wheel_build uses: docker/build-push-action@v5 with: context: cudaq