Skip to content

Adjust for NumPy 2.0.0 #524

Adjust for NumPy 2.0.0

Adjust for NumPy 2.0.0 #524

Workflow file for this run

name: Build package / publish
on:
push:
branches: [ main ]
tags: [ "v*" ]
release:
types: [ published ]
# Check that package can be built even on PRs
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
uses: iiasa/actions/.github/workflows/publish.yaml@main
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}