From cc4bb30aadd91105d75793f836dae7288c4df3fd Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 7 Dec 2024 13:33:20 +0000 Subject: [PATCH] fix names in deploy workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5838eef..7a44612 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -77,7 +77,7 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v3 with: - name: python-package-distributions + name: artifact path: dist/ - name: Publish distribution to TestPyPI @@ -103,7 +103,7 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v3 with: - name: python-package-distributions + name: artifact path: dist/ - name: Publish distribution to PyPI