Skip to content

Commit

Permalink
update poetry to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Jan 9, 2025
1 parent c1883df commit 2f90d21
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 35 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- v*
env:
PYTHON_VERSION: '3.11'
PROJECT_NAME: my_best_python_project
PROJECT_NAME: shindan-cli

jobs:
release:
Expand Down Expand Up @@ -37,7 +37,6 @@ jobs:
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
plugins: poetry-version-plugin
ghcr:
needs: release
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ repos:
rev: v2.5.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/python-poetry/poetry
rev: 2.0.0
hooks:
- id: poetry-check
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
Expand Down
47 changes: 44 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f90d21

Please sign in to comment.