Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

add some stuff

add some stuff #2

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:
semantic-upper-bound: 'minor'
publish-to-pypi: false