Adjust variable name to currently used name in message_ix branch (#231) #1073
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 }} |