Skip to content

Commit

Permalink
Update make_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 5, 2024
1 parent 2a61a21 commit 11269d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/make_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11269d7

Please sign in to comment.