From 4c25217d926b554f8889d2d4c81208c2b9d1e679 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 1 May 2023 10:01:17 -0400 Subject: [PATCH] Add artifact name --- .github/workflows/cibuildwheel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 067caa6..5266ee1 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -66,5 +66,6 @@ jobs: steps: - uses: actions/download-artifact@v3 with: + name: artifact path: dist - uses: pypa/gh-action-pypi-publish@release/v1