Skip to content

Commit 59bd186

Browse files
authored
Merge pull request dyson-ai#8 from eaa3/feature/fix_publishing_action
Feature/fix publishing action
2 parents 29b2dc5 + a093ddc commit 59bd186

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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 }}

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gripx"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
description = "Grip is a prototyping toolbox for manipulation research."
55
readme = "README.md"
66
requires-python = ">=3.7,<3.13"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
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",

0 commit comments

Comments
 (0)