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