Skip to content

Bump pyiron-lammps from 0.4.6 to 0.5.4 #175

Bump pyiron-lammps from 0.4.6 to 0.5.4

Bump pyiron-lammps from 0.4.6 to 0.5.4 #175

# 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: ./.github/workflows/pyproject-release.yml
secrets: inherit
with:
semantic-upper-bound: 'minor'
lower-bound-yaml: '.ci_support/lower-bound.yml'
publish-to-pypi: false