From 6e08aec2b713ef5eb20d7a76279bdefc9ec49476 Mon Sep 17 00:00:00 2001 From: Bryan Hunt Date: Wed, 12 May 2021 08:51:12 -0600 Subject: [PATCH] Adjust wheelhouse path to match cibuildwheel action update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e2ea99e8..d75ed3c8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/upload-artifact@v2 with: - path: python/wheelhouse/*.whl + path: wheelhouse/*.whl build_sdist: name: Build source distribution