diff --git a/.github/workflows/simod.yml b/.github/workflows/simod.yml index 6ab98941..445457e1 100644 --- a/.github/workflows/simod.yml +++ b/.github/workflows/simod.yml @@ -118,7 +118,7 @@ jobs: name: Release, Python ${{ matrix.python-version }} needs: [ test ] runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' + if: github.ref == 'refs/heads/main' strategy: matrix: python-version: [ '3.9' ] diff --git a/pyproject.toml b/pyproject.toml index e0de215b..7df494d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "simod" -version = "5.1.0" +version = "5.1.1" authors = [ "Ihar Suvorau ", "David Chapela ",