From fe4dbc89f57bb6050637971b1190dcf0e7bc6e05 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 19 Dec 2023 22:47:36 +0100 Subject: [PATCH] artifacts: fix names --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e113bff..48af4503 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,6 +42,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: sdist path: dist/*.tar.gz build-and-test-wheels: @@ -209,7 +210,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact path: dist - name: upload to TestPyPI