Skip to content

Commit 14f6b0f

Browse files
committed
temporarily run release build on PR
1 parent f106c2b commit 14f6b0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ jobs:
228228

229229
- name: Build (release mode)
230230
uses: PyO3/maturin-action@v1
231-
if: inputs.build_mode == 'release'
231+
# temporarily comment out to verify it works in the PR
232+
# if: inputs.build_mode == 'release'
232233
env:
233234
CARGO_BUILD_JOBS: 2
234235
with:

0 commit comments

Comments
 (0)