diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index 38e873247..b38c28723 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -272,9 +272,7 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - # unpacks default artifact into dist/ - # if `name: artifact` is omitted, the action will create extra parent dir - name: artifact + name: wheels path: dist - uses: pypa/gh-action-pypi-publish@release/v1