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 0315547 commit 24a5cc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

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

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

0 comments on commit 24a5cc9

Please sign in to comment.