From 71258945454fb50bdff2b01faa6eb4a944ce059c Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Wed, 14 Aug 2024 13:56:16 +0200 Subject: [PATCH] Remove name form cd_release.yml (#923) Remove name form cd_release.yml --- .github/workflows/cd_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index d8b399477..076a92363 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -235,7 +235,6 @@ jobs: - name: Retrieve wheels and sdist uses: actions/download-artifact@v4 with: - name: python-package-distributions path: dist/ - name: Move sdists and wheels to dist and remove all directories