Skip to content

Commit

Permalink
ci: Removing old openexr refenrences
Browse files Browse the repository at this point in the history
Signed-off-by: mevrin <[email protected]>
  • Loading branch information
lekaf974 committed Sep 17, 2024
1 parent 899c8cb commit 7923c82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*"
CIBW_SKIP: "*-win32 *_i686"
CIBW_TEST_SKIP: "*-macosx*arm64"
OPENEXR_TEST_IMAGE_REPO: "https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main"

- name: Upload artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "Imath"
dynamic = ["version"]

description="Python bindings for the Imath a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type."
readme = "src/wrappers/python/README.md"
readme = "README.md"
authors = [
{ name="Contributors to the OpenEXR project", email="[email protected]" },
]
Expand Down

0 comments on commit 7923c82

Please sign in to comment.