Skip to content

Commit 5a844b1

Browse files
authored
Merge pull request #57 from BerkeleyAutomation/feat/311
Update cibuildwheel
2 parents b2bd50e + 4c26f80 commit 5a844b1

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Build wheels
51-
uses: pypa/cibuildwheel@v2.7.0
51+
uses: pypa/cibuildwheel@v2.11.4
5252
- uses: actions/upload-artifact@v3
5353
with:
5454
path: ./wheelhouse/*.whl

build_dependencies/install_macos.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
brew update > /dev/null
1+
# prevent brew from auto cleanup
2+
export HOMEBREW_NO_INSTALL_CLEANUP=1
23

3-
# brew install git
4-
# brew install cmake
5-
# brew install eigen
6-
# brew install libccd
74
brew install fcl
85

96
# mkdir -p deps
@@ -20,4 +17,4 @@ brew install fcl
2017

2118
# cd ..
2219
# cd ..
23-
# cd ..
20+
# cd ..

src/fcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0.1"
1+
__version__ = "0.7.0.2"

0 commit comments

Comments
 (0)