Skip to content

Commit

Permalink
enabled numpy support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Sep 4, 2024
1 parent c21c8f1 commit a53c8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit a53c8c3

Please sign in to comment.