File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build
33on : workflow_dispatch
44
55env :
6- MATURIN_VERSION : 1.3.2
6+ MATURIN_VERSION : 1.5.1
77 PY_ALL : 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
88
99jobs :
Original file line number Diff line number Diff line change 77 - master
88
99env :
10- MATURIN_VERSION : 1.3.2
10+ MATURIN_VERSION : 1.5.1
1111 PYTHON_VERSION : 3.12
1212
1313jobs :
Original file line number Diff line number Diff line change 88 # types: [published]
99
1010env :
11- MATURIN_VERSION : 1.3.2
11+ MATURIN_VERSION : 1.5.1
1212 PY_ALL : 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
1313
1414jobs :
@@ -126,9 +126,6 @@ jobs:
126126 - uses : dtolnay/rust-toolchain@stable
127127 with :
128128 components : llvm-tools
129- - run : |
130- RUST_HOST=$(rustc -Vv | grep host | cut -d ' ' -f 2) rustup run stable bash -c 'echo LLVM_PROFDATA=$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/$RUST_HOST/bin/llvm-profdata >> "$GITHUB_ENV"'
131- shell: bash
132129 - name : Build initial wheel
133130 uses : PyO3/maturin-action@v1
134131 with :
@@ -139,6 +136,9 @@ jobs:
139136 manylinux : ${{ matrix.manylinux || 'auto' }}
140137 env :
141138 RUSTFLAGS : " -Cprofile-generate=${{ github.workspace }}/profdata"
139+ - run : |
140+ RUST_HOST=$(rustc -Vv | grep host | cut -d ' ' -f 2) rustup run stable bash -c 'echo LLVM_PROFDATA=$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/$RUST_HOST/bin/llvm-profdata >> "$GITHUB_ENV"'
141+ shell: bash
142142 - name : Generate PGO data
143143 shell : bash
144144 run : |
Original file line number Diff line number Diff line change 1010 - master
1111
1212env :
13- MATURIN_VERSION : 1.3.2
13+ MATURIN_VERSION : 1.5.1
1414
1515jobs :
1616 linux :
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Source = 'https://github.com/emmett-framework/granian'
6565granian = ' granian:cli.entrypoint'
6666
6767[build-system ]
68- requires = [' maturin>=1.1.0,<1.5.0 ' ]
68+ requires = [' maturin>=1.1.0,<2 ' ]
6969build-backend = ' maturin'
7070
7171[tool .maturin ]
You can’t perform that action at this time.
0 commit comments