Skip to content

Commit

Permalink
Gha fix build (#77)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update build.yml

* Update build.yml

* Update build.yml
  • Loading branch information
jannikmi committed Jun 4, 2023
1 parent e0a3d75 commit 148550c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
@@ -1,8 +1,5 @@
name: build

permissions:
id-token: write

on:
pull_request:
push:
Expand Down Expand Up @@ -51,6 +48,9 @@ jobs:

deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
needs: test
if: endsWith(github.ref, '/master')
steps:
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 148550c

Please sign in to comment.