Skip to content

Merge pull request #200 from khaeru/issue/199 #565

Merge pull request #200 from khaeru/issue/199

Merge pull request #200 from khaeru/issue/199 #565

Workflow file for this run

name: Build package / publish
on:
pull_request: # Check that package can be built even on PRs
branches: [ main ]
push:
branches: [ main ]
tags: [ "v*" ]
release:
types: [ published ]
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 }}