Skip to content

Commit

Permalink
Merge pull request #57 from BerkeleyAutomation/feat/311
Browse files Browse the repository at this point in the history
Update cibuildwheel
  • Loading branch information
mikedh authored Jan 11, 2023
2 parents b2bd50e + 4c26f80 commit 5a844b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build wheels
uses: pypa/cibuildwheel@v2.7.0
uses: pypa/cibuildwheel@v2.11.4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down
9 changes: 3 additions & 6 deletions build_dependencies/install_macos.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
brew update > /dev/null
# prevent brew from auto cleanup
export HOMEBREW_NO_INSTALL_CLEANUP=1

# brew install git
# brew install cmake
# brew install eigen
# brew install libccd
brew install fcl

# mkdir -p deps
Expand All @@ -20,4 +17,4 @@ brew install fcl

# cd ..
# cd ..
# cd ..
# cd ..
2 changes: 1 addition & 1 deletion src/fcl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0.1"
__version__ = "0.7.0.2"

0 comments on commit 5a844b1

Please sign in to comment.