diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 348cc8f..a3a924e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Download wheels uses: actions/download-artifact@v4 with: - name: artifact path: dist + merge-multiple: true - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1