Skip to content

Use "macos-13" runner label in "pytest" workflow #375

Use "macos-13" runner label in "pytest" workflow

Use "macos-13" runner label in "pytest" workflow #375

Workflow file for this run

name: Build package / publish
on:
push:
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 }}
TESTPYPI_TOKEN: ${{ secrets.TESTPYPI_TOKEN }}