Re: [sympy] Automated releases and the authors file

2021-04-11 Thread Chris Smith
FYI -- the lastest sympy is always available through replit.com: when you start a python script and have `from sympy import *` it downloads the package. /c On Sunday, April 11, 2021 at 5:02:51 AM UTC-5 Oscar wrote: > On Sun, 11 Apr 2021 at 07:51, Aaron Meurer wrote: > > > > On Sat, Apr 10,

Re: [sympy] Automated releases and the authors file

2021-04-11 Thread Oscar Benjamin
On Sun, 11 Apr 2021 at 07:51, Aaron Meurer wrote: > > On Sat, Apr 10, 2021 at 3:27 AM Oscar Benjamin > wrote: > > > > That script builds all of the release artifacts and then installs the > > SymPy wheel in a bunch of Python versions and runs sympy.test() in > > each. The next steps would be to

Re: [sympy] Automated releases and the authors file

2021-04-11 Thread Aaron Meurer
On Sat, Apr 10, 2021 at 3:27 AM Oscar Benjamin wrote: > > Hi all, > > Over the past couple of releases I've done a bunch of work to try and > automate the release processes. This is based on the release script > that Aaron originally wrote although I have rewritten it so that it is > no longer

[sympy] Automated releases and the authors file

2021-04-10 Thread Oscar Benjamin
Hi all, Over the past couple of releases I've done a bunch of work to try and automate the release processes. This is based on the release script that Aaron originally wrote although I have rewritten it so that it is no longer based on rever and is easier to debug locally. Instead of being based