Migrate .report.legacy
code from message_data dev
branch
#1218
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ] | |
jobs: | |
publish: | |
uses: iiasa/actions/.github/workflows/publish.yaml@main | |
secrets: | |
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} | |
TESTPYPI_TOKEN: ${{ secrets.TESTPYPI_TOKEN }} |