Skip to content

Bump codecov/codecov-action from 4 to 5 in the all-actions group #460

Bump codecov/codecov-action from 4 to 5 in the all-actions group

Bump codecov/codecov-action from 4 to 5 in the all-actions group #460

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 }}