diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea4f53371..e48b80203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: python-version: "3.10" cache: "poetry" - name: Build project for distribution - run: poetry build + run: make build - name: Check Version id: check-version run: |