Skip to content

Commit

Permalink
[DEI-125]: update release yaml to first install poetry packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Oct 5, 2023
1 parent 1434816 commit c058cb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- major

jobs:
update-packages:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,6 +48,8 @@ jobs:
release_name: Release ${{ env.PROJECT_VERSION }}
draft: false
prerelease: false
- name: Install Dependencies
run: poetry install
- name: Create new version of mkdocs and publish
run: |
poetry run mike deploy --push --update-aliases ${PROJECT_VERSION} latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "decoimpact"
version = "0.2.0"
version = "0.1.0"
description = "A Python based kernel to perform spatial (environmental) impact assessment. Based on knowledge rules applied to model output and/or measurements."
authors = ["Deltares"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion template_input.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.0
version: 0.1.0

input-data:
- dataset:
Expand Down

0 comments on commit c058cb7

Please sign in to comment.