UNPKG

@pdecat/semantic-release-python

Version:

A semantic-release plugin for Python (with support for both setup.cfg/setup.py and pyproject.toml with e.g. Poetry and uv). Fork of https://github.com/unimonkiez/semantic-release-python which is a fork of https://github.com/megabyte-labs/semantic-release-

9 lines (8 loc) 169 B
export default { distDir: 'dist', gpgIdentity: null, gpgSign: false, pypiPublish: true, repoUrl: 'https://upload.pypi.org/legacy/', setupPy: './setup.py' };