Skip to content

Commit

Permalink
remove pyprojectx lockfile for now due to pyprojectx/pyprojectx#112
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Aug 7, 2024
1 parent a9a3538 commit 366af41
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: update pyprojectx
run: curl -LO https://github.com/pyprojectx/pyprojectx/releases/latest/download/wrappers.zip && unzip -o wrappers.zip && rm -f wrappers.zip

- name: Update pyprojectx dependencies
run: ./pw --lock
# https://github.com/pyprojectx/pyprojectx/issues/112
# - name: Update pyprojectx dependencies
# run: ./pw --lock

- name: Update pdm dependencies & create PR
uses: pdm-project/[email protected]
Expand Down
19 changes: 10 additions & 9 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,15 @@
},
"problemMatcher": []
},
{
"label": "update pyprojectx lockfile",
"type": "shell",
"command": "./pw",
"args": ["--lock"],
"presentation": {
"clear": true
}
}
// https://github.com/pyprojectx/pyprojectx/issues/112
// {
// "label": "update pyprojectx lockfile",
// "type": "shell",
// "command": "./pw",
// "args": ["--lock"],
// "presentation": {
// "clear": true
// }
// }
]
}
3 changes: 0 additions & 3 deletions pw.lock

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.pyprojectx]
main = ["pdm>=2.16.1"]
main = ["pdm==2.17.3"]

[tool.pdm]
distribution = true
Expand Down

0 comments on commit 366af41

Please sign in to comment.