diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aff532a4..1bb1c111 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -156,6 +156,7 @@ jobs: uses: actions/download-artifact@v3 with: name: python-package-distributions + path: dist/ - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1