diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 337d840233..2eeab8a32a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,7 +38,7 @@ jobs: - name: Build # Build your program with the given configuration # run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - run: python3.8 -m build --wheel + run: python3.8 -m build --wheel -n # - name: Test # working-directory: ${{github.workspace}}/build diff --git a/setup.py b/setup.py index bd35d42c66..8d331f2f27 100644 --- a/setup.py +++ b/setup.py @@ -505,7 +505,7 @@ def _single_compile(obj): setup( name='pycram_bullet', - version='3.2.6', + version='3.2.7', description= 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', long_description=