From 11269d7d1ef64eb1de041d4ac8a7d20547bd5bd6 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Thu, 5 Dec 2024 10:47:16 +0000 Subject: [PATCH] Update make_wheel.yml --- .github/workflows/make_wheel.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_wheel.yml b/.github/workflows/make_wheel.yml index b7270b8..7b5e6f4 100644 --- a/.github/workflows/make_wheel.yml +++ b/.github/workflows/make_wheel.yml @@ -70,10 +70,14 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Python Dependencies - run: pip3 install --upgrade pip packaging check-wheel-contents setuptools + run: | + pip3 install --upgrade pip packaging check-wheel-contents setuptools + pip list - name: Build for Python ${{ matrix.python-version }} - run: bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel + run: | + bazel --version + bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel - name: Get built wheel name working-directory: bazel-bin/dmlab2d