From fa0619404a0a83871167b5aebd25e0bbb6e82d44 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Wed, 26 Apr 2023 14:33:35 -0400 Subject: [PATCH] Correct the artifact name to download in the CI job for PyPI publishing (#361) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 294872b..ebbb113 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -113,7 +113,7 @@ jobs: - name: Download the sdist artifact uses: actions/download-artifact@v3 with: - name: artifact + name: ${{ env.sdist-artifact }} path: dist - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1