Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKozhevin committed Oct 29, 2024
1 parent 788a3f9 commit 64180d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Build
run: |
poetry lock --no-update
poetry install
poetry build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: Build
run: |
poetry lock --no-update
poetry install
poetry build
Expand Down

0 comments on commit 64180d0

Please sign in to comment.