diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 395259d8..fb6e5602 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,10 +74,8 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: - name: artifact path: dist merge-multiple: true - pattern: dist-* - name: Publish to PyPi or TestPyPI uses: pypa/gh-action-pypi-publish@release/v1