Skip to content

thesnapdragon/poetry-plugin-lockedbuild

Repository files navigation

Poetry Plugin: Locked Build

GitHub Actions Workflow Status PyPI Python Versions

This package is a plugin that allows the building of wheel files with locked packages from poetry.lock.

Installation

The easiest way to install the lockedbuild plugin is via the self add command of Poetry.

poetry self add poetry-plugin-lockedbuild

If you used pipx to install Poetry you can add the plugin via the pipx inject command.

pipx inject poetry poetry-plugin-lockedbuild

Otherwise, if you used pip to install Poetry you can add the plugin packages via the pip install command.

pip install poetry-plugin-lockedbuild

Usage

The plugin provides an lockedbuild command to build a wheel file with locked packages.

poetry lockedbuild

Available options

  • --with: The optional dependency groups to include when exporting.