Skip to content

Commit

Permalink
Feature/DEI-124 Add version of poetry and python
Browse files Browse the repository at this point in the history
Signed-off-by: CindyvdVries <cindyvdvries@gmail.com>
  • Loading branch information
CindyvdVries authored Sep 29, 2023
1 parent 0d4f02a commit 197fe96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.4.2
- name: bump up patch version
run: |
poetry version ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 197fe96

Please sign in to comment.