From 6bc718bdba776839748bf3c30d58a1dd1365dfcd Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Thu, 24 Aug 2023 21:25:25 -0700 Subject: [PATCH] Correct artifact name --- .github/workflows/build-pypi.yml | 2 +- .github/workflows/build-testpypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pypi.yml b/.github/workflows/build-pypi.yml index a6cb80bc..ca9bc19a 100644 --- a/.github/workflows/build-pypi.yml +++ b/.github/workflows/build-pypi.yml @@ -95,7 +95,7 @@ jobs: - name: Stage wheels uses: actions/download-artifact@v3 with: - name: artifact + name: wheelhouse path: dist - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/.github/workflows/build-testpypi.yml b/.github/workflows/build-testpypi.yml index 32fdf5f1..a071c0f7 100644 --- a/.github/workflows/build-testpypi.yml +++ b/.github/workflows/build-testpypi.yml @@ -95,7 +95,7 @@ jobs: - name: Stage wheels uses: actions/download-artifact@v3 with: - name: artifact + name: wheelhouse path: dist - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1