From e2ef3aeb8f421b2e5828190bddde2b42f672b816 Mon Sep 17 00:00:00 2001 From: Lammertyn Pieter-Jan Date: Tue, 15 Oct 2024 09:31:20 +0200 Subject: [PATCH] changed order of build jobs --- .github/workflows/publish_to_pypi_and_build_container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pypi_and_build_container.yml b/.github/workflows/publish_to_pypi_and_build_container.yml index e401789..46abcc7 100644 --- a/.github/workflows/publish_to_pypi_and_build_container.yml +++ b/.github/workflows/publish_to_pypi_and_build_container.yml @@ -66,7 +66,7 @@ jobs: Sign the Python 🐍 distribution 📦 with Sigstore and upload them to GitHub Release needs: - - build + - publish-to-pypi runs-on: ubuntu-latest permissions: