Skip to content

Commit

Permalink
skipping publishing, fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eaa3 committed Mar 4, 2024
1 parent f2385a7 commit 981ed04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
# Auto-publish when version is increased
publish-job:
# Only publish on `main` branch
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/other'
runs-on: ubuntu-latest
permissions: # Don't forget permissions
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.2.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand Down
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@
setup(
name=f"{package_name}-py",
version=__version__,
description=(
"Grip is a prototyping toolbox for manipulation research."
"It contains a collection of tools for creating robot manipulation environments, loading arbitrary robots, including grippers, robot arms, sensors and optional ROS2 interfaces."
),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
description="Grip is a prototyping toolbox for manipulation research.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/dyson-ai/grip",
author="Ermano Arruda",
maintainer="Ermano Arruda",
Expand Down

0 comments on commit 981ed04

Please sign in to comment.