From c3c3f5fb91b43ca057212b53659b33c88ff64889 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Mon, 16 Oct 2023 13:54:10 +0200 Subject: [PATCH] sdist wrong artifact name --- .github/workflows/python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 0b27903f08..5255c48b28 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -163,7 +163,7 @@ jobs: - name: Download sdist uses: actions/download-artifact@v3 with: - name: python-wheels + name: python-wheels-sdist path: dist/ - name: Download Linux_x86_64