Skip to content

Commit

Permalink
chore: Change lock defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Nov 1, 2024
1 parent d6b3507 commit aaa2f95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dev = []

[tool.pdm.scripts]
update-lock.composite = [
"pdm lock --python=3.12 --platform=alpine",
"pdm lock --python=3.12 --platform=linux --append",
"pdm lock --python=3.12 --platform=macos --append",
"pdm lock --python=3.12 --platform=manylinux_2_36_x86_64",
"pdm lock --python=3.12 --platform=manylinux_2_36_aarch64 --append",
]

0 comments on commit aaa2f95

Please sign in to comment.