From ac5b4e0b4efa4b7b6b47ad93df0fefc301d5342f Mon Sep 17 00:00:00 2001 From: gcroci2 Date: Wed, 20 Mar 2024 10:29:21 +0100 Subject: [PATCH] add python3 to fix the release yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30cee8bc..0f85061b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: extras-require: publishing pkg-installation-type: "repository" - name: Build wheel and source distribution - run: python -m build + run: python3 -m build - uses: actions/upload-artifact@v3 with: path: dist/*