Features & Improvements
- When
-I/--ignore-python
passed orPDM_IGNORE_SAVED_PYTHON=1
, ignore the interpreter set in.pdm.toml
and don't save to it afterwards. #283 - A new option
-p/--project
is introduced to specify another path for the project base. It can also be combined with-g/--global
option.
The latter is changed to a flag only option that does not accept values. #286 - Support
-f setuppy
forpdm export
to export the metadata as setup.py #289
Bug Fixes
- Fix a bug that editable local package requirements cannot be parsed rightly. #285
- Change the priority of metadata files to parse so that PEP 621 metadata will be parsed first. #288
Improved Documentation
- Add examples of how to integrate with CI pipelines (and tox). #281