diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eeb0c7c..60223279 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release -#on: -# push: -# branches: -# - main +on: + push: + branches: + - main jobs: publish-pypi: diff --git a/bioimageio/core/VERSION b/bioimageio/core/VERSION index 0920ab14..b74bd993 100644 --- a/bioimageio/core/VERSION +++ b/bioimageio/core/VERSION @@ -1,3 +1,3 @@ { - "version": "0.5.7" + "version": "0.5.8" }