Skip to content

[patch] Allow _FactoryMade to explicitly define where its reduce should import from #56

[patch] Allow _FactoryMade to explicitly define where its reduce should import from

[patch] Allow _FactoryMade to explicitly define where its reduce should import from #56

# Dynamically updates the pyproject.toml for release to pypi
# On PRs just lets you preview the new toml
# On actual publication events, publishes to pypi
name: Release (and/or preview)
on:
pull_request:
release:
types: [ published ]
jobs:
pyproject-flow:
uses: pyiron/actions/.github/workflows/[email protected]
secrets: inherit
with:
semantic-upper-bound: 'minor'
publish-to-pypi: ${{ github.event_name == 'release' && github.event.action == 'published' }}