sphinx-contrib / sphinxcontrib-towncrier

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
https://pypi.org/p/sphinxcontrib-towncrier
BSD 3-Clause "New" or "Revised" License
18 stars 18 forks source link

Create a tox config with `build-dists` env in it #19

Closed webknjaz closed 4 years ago

webknjaz commented 4 years ago

Here's an example: https://github.com/sanitizers/octomachinery/blob/f0b90bb/tox.ini#L77-L96.

The goal is to be able to run tox -e build-dists that would produce dists under the dist/ folder.

The example doesn't have it but please also add a description value for the corresponding section. You may check how it's being displayed by running tox -av.

Use the commands mentioned above as a self-check.