diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4e26ad6..6143029 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,7 +38,7 @@ jobs: output-dir: dist env: CIBW_PLATFORM: pyodide - CIBW_BUILD_FRONTEND: 'build; args: --exports=whole_archive' + CIBW_BUILD_FRONTEND: 'build; args: --exports=pyinit' CIBW_ENVIRONMENT: LDFLAGS=-fwasm-exceptions CXXFLAGS=-fwasm-exceptions # - run: |