Skip to content

Commit

Permalink
[make_wheel.yml] Build wheels with optimisations
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Mar 23, 2022
1 parent 71774f5 commit 89f3dd2
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 @@ -64,7 +64,7 @@ jobs:
run: pip3 install --upgrade pip packaging

- name: Build for Python ${{ matrix.py.version }}
run: bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
run: bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=lua5_1 ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 89f3dd2

Please sign in to comment.