Skip to content

Commit 2f90d21

Browse files
committed
update poetry to 2.0
1 parent c1883df commit 2f90d21

File tree

4 files changed

+80
-35
lines changed

4 files changed

+80
-35
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- v*
1010
env:
1111
PYTHON_VERSION: '3.11'
12-
PROJECT_NAME: my_best_python_project
12+
PROJECT_NAME: shindan-cli
1313

1414
jobs:
1515
release:
@@ -37,7 +37,6 @@ jobs:
3737
uses: JRubics/poetry-publish@v2.0
3838
with:
3939
pypi_token: ${{ secrets.PYPI_TOKEN }}
40-
plugins: poetry-version-plugin
4140
ghcr:
4241
needs: release
4342
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ repos:
2929
rev: v2.5.0
3030
hooks:
3131
- id: pyproject-fmt
32+
- repo: https://github.com/python-poetry/poetry
33+
rev: 2.0.0
34+
hooks:
35+
- id: poetry-check
3236
- repo: https://github.com/psf/black
3337
rev: 24.10.0
3438
hooks:

poetry.lock

Lines changed: 44 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)