From c1c961d6cd0ce45977cbc8c7cbd5783fb11dab9c Mon Sep 17 00:00:00 2001 From: Tim Schneider Date: Mon, 26 Jun 2023 20:54:27 +0200 Subject: [PATCH] Changed name of pip package to franky-panda as franky is not available anymore --- .github/workflows/publish.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f474a32d..4921993c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -88,7 +88,7 @@ jobs: # Install packages and test for PYBIN in /opt/python/*/bin/; do if [[ "${PYBIN}" == *"cp36m"* ]] || [[ "${PYBIN}" == *"cp37m"* ]] || [[ "${PYBIN}" == *"cp38"* ]] || [[ "${PYBIN}" == *"cp39"* ]]; then - "${PYBIN}/pip" install franky --no-index -f dist + "${PYBIN}/pip" install franky-panda --no-index -f dist # (cd "$HOME"; "${PYBIN}/nosetests" -w /io/tests) fi done diff --git a/setup.py b/setup.py index 381bde0c..76fd5072 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def build_extension(self, ext): setup( - name="franky", + name="franky-panda", version="0.1.0", description="High-Level Motion Library for the Franka Panda Robot (fork of frankx)", long_description=long_description,