Skip to content

Update GitHub action #32

Update GitHub action

Update GitHub action #32

Workflow file for this run

# 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:
runner: 'ubuntu-22.04' # with ubuntu > 22.04, pip is broken
semantic-upper-bound: 'minor'
publish-to-pypi: false