From b869686f6c3332ece1eedc8f18a3b5e508cb8694 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 22 Sep 2021 12:32:52 +0200 Subject: [PATCH] github-workflow: download artifacts: specify directory path --- .github/workflows/pypi-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 6501db5..0d4ee9b 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -38,6 +38,7 @@ jobs: uses: actions/download-artifact@v2 with: name: wheel-config + path: python/ - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse working-directory: python/ @@ -56,6 +57,7 @@ jobs: uses: actions/download-artifact@v2 with: name: wheel-config + path: python/ - name: Build sdist run: python setup.py sdist working-directory: python/