From 148550c8856b536a9916e5dc7f2b0bf5fc9ac2c7 Mon Sep 17 00:00:00 2001 From: Jannik Kissinger Date: Sun, 4 Jun 2023 23:02:22 +0200 Subject: [PATCH] Gha fix build (#77) * Update pyproject.toml * Update build.yml * Update build.yml * Update build.yml --- .github/workflows/build.yml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f56314b..8ce7102 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,5 @@ name: build -permissions: - id-token: write - on: pull_request: push: @@ -51,6 +48,9 @@ jobs: deploy: runs-on: ubuntu-latest + permissions: + id-token: write + contents: write needs: test if: endsWith(github.ref, '/master') steps: diff --git a/pyproject.toml b/pyproject.toml index 802a1d7..342ece8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extremitypathfinder" -version = "2.6.0" +version = "2.5.0" license = "MIT" readme = "README.rst" repository = "https://github.com/jannikmi/extremitypathfinder"