From 4bb84d7020d3a3f9a438f06b56628dcf072f664d Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Mon, 27 May 2024 10:09:08 +0200 Subject: [PATCH] Update .github/workflows/publish.yml Co-authored-by: Luc Grosheintz --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f41f10b..fbfd34d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.12 - - name: Download artifacts produced during the build_wheels and build_sdist jobs + - name: Download artifacts produced during the build_sdist jobs uses: actions/download-artifact@v3 with: name: dist