From 8e6d984203fe8bf4fd59662642fbe7ad068ac027 Mon Sep 17 00:00:00 2001 From: Shashank Date: Thu, 4 Jul 2024 14:57:09 +0200 Subject: [PATCH] Providing the right path for setup.py file during build --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0fae159..9f6c005 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -40,7 +40,7 @@ jobs: - name: Build wheels run: | - python setup.py sdist bdist_wheel + python cellar/setup.py sdist bdist_wheel - name: Upload wheels uses: actions/upload-artifact@v4