Add poetry lock to release pipeline

master
alufers 9 months ago
parent 9bea9e0a3d
commit 0ac79e14e3

@ -50,6 +50,7 @@ jobs:
RELEASE_TYPE: ${{ github.event.inputs.release-type }} RELEASE_TYPE: ${{ github.event.inputs.release-type }}
- name: Build package - name: Build package
run: | run: |
poetry lock
poetry build poetry build
- name: Commit pyproject.toml and poetry.lock - name: Commit pyproject.toml and poetry.lock
run: | run: |

Loading…
Cancel
Save