diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3aaa278d1d..8a5cf1f2ed 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -55,7 +55,7 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v3 with: - name: python-package-distributions + name: dist path: dist/ - name: Publish package distributions to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1