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.
- Install dependencies and setup project:
pdm install- Run code:
pdm run python -c "import demo"- Build:
pdm build- Upload to PyPI:
pdm publish