diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 851bbaa..a3869e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,16 +101,8 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: sdist path: dist - - - uses: actions/download-artifact@v4 - with: - name: wheels - path: dist - - - name: Display structure of downloaded files - run: ls -R dist + merge-multiple: true - name: Publish package distributions to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 @@ -129,13 +121,8 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: sdist - path: dist - - - uses: actions/download-artifact@v4 - with: - name: wheels path: dist + merge-multiple: true - name: Display structure of downloaded files run: ls -R dist