We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a20cf8 commit d83cf90Copy full SHA for d83cf90
.github/workflows/tests.yml
@@ -24,10 +24,10 @@ jobs:
24
uv tool install wheel
25
- name: Build app
26
run: |
27
- bash build_reduce_linux.sh v4.14
+ bash build_reduce_linux.sh v4.15
28
- name: Build python wheel
29
30
- bash build_python.sh 4.14.0.2 ${{ matrix.platform.target }}
+ bash build_python.sh 4.15.0 ${{ matrix.platform.target }}
31
- uses: actions/setup-python@v5
32
with:
33
python-version: ${{ matrix.python-version }}
0 commit comments