diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index cf16e72..89668a7 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -31,7 +31,7 @@ jobs: uses: pypa/cibuildwheel@v2.19.1 # to supply options, put them in 'env', like: env: - CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cython numpy scikit-build + CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install --user --break-system-packages cython numpy scikit-build CPPFLAGS: -I/usr/local/opt/zlib/include LDFLAGS: -L/usr/local/opt/zlib/lib CIBW_ARCHS_MACOS: "x86_64 arm64" diff --git a/setup.py b/setup.py index 6f08689..d7d8e1c 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def read(fname): setup( name='DracoPy', - version='1.4.0', + version='1.4.1', description = 'Python wrapper for Google\'s Draco Mesh Compression Library', author = 'Manuel Castro, William Silversmith :: Contributors :: Fatih Erol, Faru Nuri Sonmez, Zeyu Zhao, Denis Riviere', author_email = 'macastro@princeton.edu, ws9@princeton.edu',