From fabfe3095b774fcc8938b938bf910ff7aebe7be5 Mon Sep 17 00:00:00 2001 From: Taku Kudo Date: Wed, 12 Apr 2023 07:35:45 +0000 Subject: [PATCH] build wheel from sdist for testing --- .github/workflows/wheel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 45c1f1a2..95181374 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -69,6 +69,7 @@ jobs: run: sh build_sdist.sh - name: Fetch sdist archive + uses: tj-actions/glob@v17 working-directory: ${{github.workspace}}/python id: sdist with: