From 5efde91cd182bff8484555f4ba27ecfc6c833c8e Mon Sep 17 00:00:00 2001 From: David Manthey Date: Fri, 25 Aug 2023 13:21:20 -0400 Subject: [PATCH] Fix artifact download. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21dfaf312..f8bde8e10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,6 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: artifact + # name: artifact path: dist - uses: pypa/gh-action-pypi-publish@release/v1