diff --git a/.github/workflows/full_test.yml b/.github/workflows/full_test.yml index 62bcc2359..ca28374c2 100644 --- a/.github/workflows/full_test.yml +++ b/.github/workflows/full_test.yml @@ -45,7 +45,7 @@ jobs: - name: Static type check run: make typecheck - name: Build package - run: + run: | pip install build wheel twine python -m build