File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 6565 echo "Updated oxmpl-py/Cargo.toml:"
6666 cat oxmpl-py/Cargo.toml
6767
68- cargo publish --package oxmpl-py --token ${{ secrets.CARGO_TOKEN }}
68+ cargo publish --package oxmpl-py --token ${{ secrets.CARGO_TOKEN }} --allow-dirty
Original file line number Diff line number Diff line change 11[package ]
22name = " oxmpl-py"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55authors = [
" Junior Sundar <[email protected] >" ]
66description = " Python Bindings for the OxMPL Library"
7- license = " BSD-3"
7+ license = " BSD-3-Clause"
8+ repository = " https://github.com/juniorsundar/oxmpl"
9+ readme = " ../README.md"
10+ keywords = [" robotics" , " motion-planning" ]
811
912[lib ]
1013name = " oxmpl_py"
Original file line number Diff line number Diff line change 11[package ]
22name = " oxmpl"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
5+ description = " The Open Motion-Planning Library but Oxidised"
6+ license = " BSD-3-Clause"
7+ authors = [
" Junior Sundar <[email protected] >" ]
8+ repository = " https://github.com/juniorsundar/oxmpl"
9+ readme = " ../README.md"
10+ keywords = [" robotics" , " motion-planning" ]
511
612# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
713[lib ]
You can’t perform that action at this time.
0 commit comments