Fix issue with materials and cooling CCS technologies becoming cheaper than non-CCS counterpart #1270
Workflow file for this run
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 }} |