Skip to content

Update binder config #8

Update binder config

Update binder config #8

Workflow file for this run

name: Release
on:
pull_request:
release:
types: [ published ]
jobs:
pyiron:
uses: pyiron/actions/.github/workflows/hatch-release.yml@actions-4.0.11
secrets: inherit
with:
use-node: true
node-version: '18'
semantic-upper-bound: 'minor'
publish-to-pypi: ${{ github.event_name == 'release' && github.event.action == 'published' }}