Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 411 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 411 Bytes

PDM

This package is an example project for building a Python package (i.e., wheel or sdist). It relies on PDM as a build backend with pyproject.toml for configuration.

Commands:

  • Install dependencies and setup project:
pdm install
  • Run code:
pdm run python -c "import demo"
  • Build:
pdm build
  • Upload to PyPI:
pdm publish