-
-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use pdm-build-locked * add fragment & test * use backend approach * update release test * use GH actions syntax * undo build changes * delete test workflow
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
PDM is now published with optional pinned dependencies using the pdm plugin [pdm-build-locked](https://pdm-build-locked.readthedocs.io/). | ||
|
||
To install pdm with its dependencies pinned to the versions it was tested with, run: | ||
|
||
```bash | ||
|
||
pipx install pdm[locked] | ||
``` | ||
|
||
To install optional dependency group copier: | ||
|
||
```bash | ||
|
||
pipx install pdm[locked,copier-locked] | ||
``` | ||
|
||
This feature is entirely optional. Installing pdm without the extra will work the same way as before this change. |
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