File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6262 uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
6363 with :
6464 target : ${{ matrix.target }}
65- args : --release --out dist --manifest-path crates/nblm-python/Cargo.toml
65+ args : --release --out dist --manifest-path ../ crates/nblm-python/Cargo.toml
6666 sccache : " true"
6767 manylinux : auto
6868 working-directory : python
8787 uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
8888 with :
8989 command : sdist
90- args : --out dist --manifest-path crates/nblm-python/Cargo.toml
90+ args : --out dist --manifest-path ../ crates/nblm-python/Cargo.toml
9191 working-directory : python
9292
9393 - name : Upload sdist
Original file line number Diff line number Diff line change 6363 uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
6464 with :
6565 target : ${{ matrix.target }}
66- args : --release --out dist --manifest-path crates/nblm-python/Cargo.toml
66+ args : --release --out dist --manifest-path ../ crates/nblm-python/Cargo.toml
6767 sccache : " true"
6868 manylinux : auto
6969 working-directory : python
8888 uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
8989 with :
9090 command : sdist
91- args : --out dist --manifest-path crates/nblm-python/Cargo.toml
91+ args : --out dist --manifest-path ../ crates/nblm-python/Cargo.toml
9292 working-directory : python
9393
9494 - name : Upload sdist
Original file line number Diff line number Diff line change 1- name : publish-crates
1+ name : Publish Rust Crates
22
33on :
44 release :
Original file line number Diff line number Diff line change 1- name : release
1+ name : Release Rust
22
33on :
44 push :
Original file line number Diff line number Diff line change 11[package ]
22name = " nblm-cli"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55license = " MIT"
66description = " Command-line interface for NotebookLM Enterprise API"
Original file line number Diff line number Diff line change 11[package ]
22name = " nblm-core"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55license = " MIT"
66description = " Core library for NotebookLM Enterprise API client"
Original file line number Diff line number Diff line change 11[package ]
22name = " nblm-python"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55license = " MIT"
66description = " Python bindings for nblm-core (NotebookLM Enterprise API client)"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " nblm"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Python bindings for NotebookLM Enterprise API client"
99readme = " README.md"
1010requires-python = " >=3.14"
You can’t perform that action at this time.
0 commit comments