Skip to content

Commit

Permalink
ci: Re-enable PNG plugin for MacOS / ARM Python wheels
Browse files Browse the repository at this point in the history
Signed-off-by: zachlewis <[email protected]>
  • Loading branch information
zachlewis authored Jan 14, 2025
1 parent 430fa9c commit 084417d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -413,4 +411,4 @@ jobs:
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # release/v1
- uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # release/v1

0 comments on commit 084417d

Please sign in to comment.