From 084417d22292926834a1bef0519fb762af96f415 Mon Sep 17 00:00:00 2001 From: zachlewis Date: Tue, 14 Jan 2025 16:02:32 -0500 Subject: [PATCH] ci: Re-enable PNG plugin for MacOS / ARM Python wheels Signed-off-by: zachlewis --- .github/workflows/wheel.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index a496a66688..31e8097ba5 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -334,8 +334,6 @@ jobs: env: CIBW_BUILD: ${{ matrix.python }} CIBW_ARCHS: ${{ matrix.arch }} - #TODO: Re-enable the PNG plugin until we can figure out why the system PNG is causing problems - ENABLE_PNG: 'OFF' - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: @@ -413,4 +411,4 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # release/v1 \ No newline at end of file + - uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # release/v1