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 e8b6613 commit eac4ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build for Python ${{ matrix.python-version }}
run: |
bazel --version
bazel --noenable_bzlmod --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
bazel --bazelrc=.bazelrc build --noenable_bzlmod --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 eac4ab2

Please sign in to comment.