Skip to content

Bump numpy from 1.26.4 to 2.4.0 #156

Bump numpy from 1.26.4 to 2.4.0

Bump numpy from 1.26.4 to 2.4.0 #156

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