Skip to content

Fix SWIG 4.4 multi-phase init: replace import_array() with import_array1(-1) #4211

Fix SWIG 4.4 multi-phase init: replace import_array() with import_array1(-1)

Fix SWIG 4.4 multi-phase init: replace import_array() with import_array1(-1) #4211

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
tags:
- 'v*'
jobs:
build-pull-request:
uses: ./.github/workflows/build-pull-request.yml
build-release:
uses: ./.github/workflows/build-release.yml
secrets:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')