diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 65e92ac7c..d8b399477 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -235,7 +235,8 @@ jobs: - name: Retrieve wheels and sdist uses: actions/download-artifact@v4 with: - path: dist + name: python-package-distributions + path: dist/ - name: Move sdists and wheels to dist and remove all directories run: | @@ -256,6 +257,3 @@ jobs: - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }}