From 96c739707ba25f1189bcc3523dd5b1ad1c99679e Mon Sep 17 00:00:00 2001 From: Jirka Date: Wed, 14 Dec 2022 17:19:00 +0100 Subject: [PATCH] fix publish --- .github/workflows/release-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 9bd578334a7a3e..41b84d6a343a0b 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -121,6 +121,7 @@ jobs: needs: build-packages if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' steps: + - uses: actions/checkout@v3 - uses: actions/download-artifact@v3 with: name: dist-packages-${{ github.sha }} @@ -151,6 +152,7 @@ jobs: needs: [build-packages, waiting] if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' steps: + - uses: actions/checkout@v3 - uses: actions/download-artifact@v3 with: name: dist-packages-${{ github.sha }}