From 518c57c335534d495d40d95d70199e28b4c8ce2a Mon Sep 17 00:00:00 2001 From: Taku Kudo Date: Wed, 12 Apr 2023 07:41:58 +0000 Subject: [PATCH] build wheel from sdist for testing --- .github/workflows/wheel.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 95181374..48d584d3 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -70,13 +70,11 @@ jobs: - name: Fetch sdist archive uses: tj-actions/glob@v17 - working-directory: ${{github.workspace}}/python id: sdist with: - files: dist/*.tar.gz + files: ./python/dist/*.tar.gz - name: Build wheel from sdist - working-directory: ${{github.workspace}}/python run: python -m pip wheel "${{ steps.sdist.outputs.paths }}" --verbose - name: Copy sdist