File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 08a244d
2+ _commit : 28c66e4
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rustjswasm
Original file line number Diff line number Diff line change 6565 run : make coverage
6666
6767 - name : Upload test results (Python)
68- uses : actions/upload-artifact@v6
68+ uses : actions/upload-artifact@v7
6969 with :
7070 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
7171 path : ' **/junit.xml'
@@ -106,7 +106,7 @@ jobs:
106106 CIBW_ENVIRONMENT_MACOS : MACOSX_DEPLOYMENT_TARGET=11.0
107107 if : matrix.os != 'ubuntu-latest'
108108
109- - uses : actions/upload-artifact@v6
109+ - uses : actions/upload-artifact@v7
110110 with :
111111 name : dist-${{matrix.os}}
112112 path : dist
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313
1414[dependencies ]
1515python_template_rust = { path = " ../rust" , version = " *" }
16- wasm-bindgen = " 0.2.108 "
16+ wasm-bindgen = " 0.2.114 "
Original file line number Diff line number Diff line change 2626 "access" : " public"
2727 },
2828 "scripts" : {
29- "setup" : " cargo install -f wasm-bindgen-cli --version 0.2.108 " ,
29+ "setup" : " cargo install -f wasm-bindgen-cli --version 0.2.114 " ,
3030 "build:debug" : " node build.mjs --debug" ,
3131 "build:rust" : " cargo build --release --all-features --target wasm32-unknown-unknown" ,
3232 "build:wasm-bindgen" : " wasm-bindgen ../target/wasm32-unknown-unknown/release/python_template_rust.wasm --out-dir ./dist/pkg --target web" ,
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ branch = true
124124omit = [
125125 " python_template_rust/tests/integration/" ,
126126]
127+
127128[tool .coverage .report ]
128129exclude_also = [
129130 " raise NotImplementedError" ,
@@ -143,6 +144,7 @@ targets = [
143144
144145[tool .hatch .build .hooks .hatch-rs ]
145146verbose = true
147+ abi3 = true
146148module = " python_template_rust"
147149path = " ."
148150
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requirements: ## install required dev dependencies
55 rustup component add clippy
66 cargo install -f cargo-nextest --locked
77 cargo install -f cargo-llvm-cov
8- cargo install -f wasm-bindgen-cli --version 0.2.108
8+ cargo install -f wasm-bindgen-cli --version 0.2.114
99 rustup target add wasm32-unknown-unknown
1010
1111develop : requirements # # install required dev dependencies
You can’t perform that action at this time.
0 commit comments