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/*