From 8a6a83a8dfa8b7b47d1819ca85478fc2484d3b07 Mon Sep 17 00:00:00 2001 From: Kafonek Date: Tue, 14 Feb 2023 08:54:54 -0500 Subject: [PATCH] make pypi-release wait on linux-cross job --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 96699f9..e0f56be 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -198,6 +198,7 @@ jobs: - macos - windows - linux + - linux-cross if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/download-artifact@v2