[Distutils] Re: Building Pre-releases with setup.cfg

2021-02-09 Thread Matthew Gilbert
Thanks Jeremy, I will check those out. I thought that maybe there was a simple flag I could pass in to python -m build that would allow me to override a value in setup.cfg, but I should probably read through PEP517/PEP518 in full to get a better overview of this process. > > > From: Jeremy

[Distutils] Re: Building Pre-releases with setup.cfg

2021-02-09 Thread Jeremy Stanley
On 2021-02-09 09:48:31 -0500 (-0500), Matthew Gilbert wrote: > I'm wondering if it is possibly to build pre-release tags using only a > setup.cfg file? From > https://setuptools.readthedocs.io/en/latest/userguide/distribution.html#tagging-and-daily-build-or-snapshot-releases > it seems like this

[Distutils] Building Pre-releases with setup.cfg

2021-02-09 Thread Matthew Gilbert
Hi all, I'm wondering if it is possibly to build pre-release tags using only a setup.cfg file? From https://setuptools.readthedocs.io/en/latest/userguide/distribution.html#tagging-and-daily-build-or-snapshot-releases it seems like this is possible via setup.py, but I was unable to find anything