Skip to content

Commit

Permalink
ci: updated to artifactv3
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Sep 19, 2024
1 parent f8586de commit 9e09d15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
CIBW_BEFORE_BUILD: pip install numpy cython setuptools wheel
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
17 changes: 16 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
CHANGES
=======

* fix: max simplification error int -> float
1.8.0
-----

* fixtest: remove macos (will build locally)
* fixtest: putting down test failure to different compilers/libraries
* feat: expose min error (#40)
* fixtest: allow tiny differences in floating point
* feat: add vtk mesh display to zmesh meshes
* ci: add deps for py312
* ci: update test set
* install: add pyproject.toml

1.7.2
-----

* ci: rebuild for numpy 2.0
* feat: support more types of obj files

1.7.1
Expand Down

0 comments on commit 9e09d15

Please sign in to comment.