From dff1188c76a817800c35858f51007aadf7082a2c Mon Sep 17 00:00:00 2001 From: MiXaiLL76 Date: Thu, 31 Oct 2024 11:02:22 +0300 Subject: [PATCH] download-artifact --- .github/workflows/build.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) 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