Skip to content

Commit

Permalink
update poetry to the latest version in GH release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Jan 29, 2025
1 parent 37448e3 commit d304f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release to PyPi

env:
POETRY_VERSION: 1.8.5
POETRY_VERSION: 2.0.1

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release to TestPyPi

env:
POETRY_VERSION: 1.8.5
POETRY_VERSION: 2.0.1

on:
push:
Expand Down

0 comments on commit d304f74

Please sign in to comment.