Skip to content

Commit 23b4a05

Browse files
committed
chore(ci): use poetry 2.0.0
1 parent dd5dddf commit 23b4a05

3 files changed

Lines changed: 62 additions & 52 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install and configure poetry
2121
run: python -m pip install poetry
2222
- name: Install python packages
23-
run: python -m poetry install --no-dev
23+
run: python -m poetry install --only main
2424
- name: Configure rubygems permissions
2525
run: mkdir -p "${HOME}/.gem" && echo ':rubygems_api_key:'" \"${RUBYGEMS_API_KEY}\"" > "${HOME}/.gem/credentials" && chmod 0600 "${HOME}/.gem/credentials"
2626
env:

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package-mode = false
99
python = "^3.12"
1010
tbump = "6.9.0"
1111

12-
[tool.poetry.dev-dependencies]
12+
[tool.poetry.group.dev.dependencies]
1313
black = "24.3.0"
1414
flake8 = "7"
1515
flake8-comprehensions = "3.14.0"

0 commit comments

Comments
 (0)