Add output parser #28
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
# This runs jobs which pyiron modules should run on release | |
# This job runs on pull requests and does not actually publish anything to pypi | |
# It is useful for debugging new build recipes | |
# To actually release, change the `on` and `publish-to-pypi` fields | |
name: Preview Release | |
on: | |
pull_request: | |
# release: | |
# types: [ published ] | |
jobs: | |
pyiron: | |
uses: pyiron/actions/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
semantic-upper-bound: 'minor' | |
publish-to-pypi: false |