Making a wheel is not hard:

$ pip install wheel
$ python setup.py bdist_wheel
$ ls dist/
sympy-1.4rc1-py3-none-any.whl

--
Oscar

On Tue, 2 Apr 2019 at 22:39, Nathan Goldbaum <nathan12...@gmail.com> wrote:
>
> It would also be really nice to set up wheels for fastcache. I’ve had it on 
> my todo list forever.
>
> On Tue, Apr 2, 2019 at 4:38 PM Aaron Meurer <asmeu...@gmail.com> wrote:
>>
>> I should look into prereleases. I've shied away from them in the past
>> because pip used to install them by default. But I think things are
>> better now.  I also should get wheels working. I think it should be an
>> easy thing to add to the release script. I'll look into if it is
>> possible.
>>
>> Aaron Meurer
>>
>> On Tue, Apr 2, 2019 at 3:28 PM Oscar Benjamin
>> <oscar.j.benja...@gmail.com> wrote:
>> >
>> > I think it is now possible to upload pre-releases to PyPI so that
>> > users can ask pip to install them:
>> > https://pip.pypa.io/en/stable/reference/pip_install/#pre-release-versions
>> > https://packaging.python.org/guides/distributing-packages-using-setuptools/#pre-release-versioning
>> >
>> > Also most Python projects these days provide wheels. Maybe SymPy
>> > should do the same.
>> >
>> > --
>> > Oscar
>> >
>> > On Tue, 2 Apr 2019 at 22:14, Aaron Meurer <asmeu...@gmail.com> wrote:
>> > >
>> > > Thanks. GitHub recently changed that, and I edited the old releases,
>> > > but I guess I forgot to update the release script. I wish they would
>> > > just let us remove those entirely from the release pages.
>> > >
>> > > Aaron Meurer
>> > >
>> > > On Tue, Apr 2, 2019 at 3:12 PM Ondřej Čertík <ond...@certik.us> wrote:
>> > > >
>> > > >
>> > > >
>> > > > On Mon, Apr 1, 2019, at 9:44 PM, Aaron Meurer wrote:
>> > > > > The SymPy 1.4 release candidate 1 is ready for testing. Please
>> > > > > download it and let us know if you have any issues.
>> > > > >
>> > > > > The release can be downloaded from
>> > > > > https://github.com/sympy/sympy/releases/tag/sympy-1.4rc1.
>> > > > >
>> > > > > The release notes for 1.4 are at
>> > > > > https://github.com/sympy/sympy/wiki/release-notes-for-1.4. Feel free
>> > > > > to edit that wiki page if you see any improvements that need to be
>> > > > > made.
>> > > >
>> > > > I changed "Note: Do not download the Source code (zip) or the Source 
>> > > > code (tar.gz)
>> > > > files above." to "Note: Do not download the Source code (zip) or the 
>> > > > Source code (tar.gz)
>> > > > files below.".
>> > > >
>> > > > Because the files are now below.
>> > > >
>> > > > Ondrej
>> > > >
>> > > > --
>> > > > You received this message because you are subscribed to the Google 
>> > > > Groups "sympy" group.
>> > > > To unsubscribe from this group and stop receiving emails from it, send 
>> > > > an email to sympy+unsubscr...@googlegroups.com.
>> > > > To post to this group, send email to sympy@googlegroups.com.
>> > > > Visit this group at https://groups.google.com/group/sympy.
>> > > > To view this discussion on the web visit 
>> > > > https://groups.google.com/d/msgid/sympy/ee17e7e4-68cd-43d5-be7f-b181a226a887%40www.fastmail.com.
>> > > > For more options, visit https://groups.google.com/d/optout.
>> > >
>> > > --
>> > > You received this message because you are subscribed to the Google 
>> > > Groups "sympy" group.
>> > > To unsubscribe from this group and stop receiving emails from it, send 
>> > > an email to sympy+unsubscr...@googlegroups.com.
>> > > To post to this group, send email to sympy@googlegroups.com.
>> > > Visit this group at https://groups.google.com/group/sympy.
>> > > To view this discussion on the web visit 
>> > > https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BKsDgH4TAd-wWcTKe-KpRnhB3PY-dgUxr2p%2Biavm%2Bh7g%40mail.gmail.com.
>> > > For more options, visit https://groups.google.com/d/optout.
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "sympy" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to sympy+unsubscr...@googlegroups.com.
>> > To post to this group, send email to sympy@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/sympy.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sympy/CAHVvXxTy2MB98beeNbP-Vxv%3DngZ9V3i6JoJPp%3DJQDqw%3DQuLB%2BQ%40mail.gmail.com.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sympy" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sympy+unsubscr...@googlegroups.com.
>> To post to this group, send email to sympy@googlegroups.com.
>> Visit this group at https://groups.google.com/group/sympy.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sympy/CAKgW%3D6JgDwTW8pjZg7kioMZ-kkbDV96r-1siDPACaOk0C32rFg%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at https://groups.google.com/group/sympy.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/CAJXewO%3DSeTKVKA5uanA3tn2JbYrFDpX-teL2d%2B%2BKp45U8LHdBw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHVvXxSFdGD3y2kkvAUP4%2BV9VW5-y0Gb5cYFAqSGB%3DifEigBfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to