File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : eaa3/pypi-auto-publish@feature_checkout_with_lfs
15+ - uses : eaa3/pypi-auto-publish@feature/checkout_with_lfs
1616 with :
1717 pypi-token : ${{ secrets.PYPI_API_TOKEN }}
1818 gh-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package format =" 3" >
33 <name >grip</name >
4- <version >0.0.15 </version >
4+ <version >0.0.16 </version >
55 <description >grip is a library for Robot Grasp Learning Environments.</description >
66 <maintainer email =" ermano.arruda@gmail.com" >Ermano Arruda</maintainer >
77 <license >MIT</license >
Original file line number Diff line number Diff line change 11[project ]
22name = " gripx"
3- version = " 0.0.15 "
3+ version = " 0.0.16 "
44description = " Grip is a prototyping toolbox for manipulation research."
55readme = " README.md"
66requires-python = " >=3.7,<3.13"
Original file line number Diff line number Diff line change 3030
3131setup (
3232 name = f"{ package_name } x" ,
33- version = "0.0.15 " ,
33+ version = "0.0.16 " ,
3434 description = "Grip is a prototyping toolbox for manipulation research." ,
3535 long_description = open ("README.md" ).read (),
3636 url = "https://github.com/eaa3/grip.git" ,
You can’t perform that action at this time.
0 commit comments