-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove pyprojectx lockfile for now due to pyprojectx/pyprojectx#112
- Loading branch information
1 parent
295c0dc
commit 4727b1a
Showing
4 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|