On Fri, May 12, 2017 at 12:22:03PM +0100, Robin Becker wrote: > I'm looking at building/testing reportlab with appveyor, but need some > assistance building the C extensions in particular freetype. > > I looked at the code for pillow in > > https://github.com/python-pillow/Pillow/tree/master/winbuild > > along with > > https://github.com/python-pillow/Pillow/blob/master/appveyor.yml > > but I'm not sure I really understand it terribly well. > > In particular does appveyor support 3.5 & 3.6?
Yes. Here's how zope.interface builds binary wheels containing C extension modules for all supported Python versions and uploads them to PyPI: https://github.com/zopefoundation/zope.interface/blob/master/appveyor.yml I like how it's short and simple, with only one strange thing I don't understand (the echo > vcvars64.bat thing). > Looking at the appveyor.yml do people really reveal their ftp or s3 tokens? > Or is it more reasonable to upload to a github acccount. https://www.appveyor.com/docs/build-configuration/#secure-variables HTH, Marius Gedminas -- Despite all appearances, your boss is a thinking, feeling, human being.
signature.asc
Description: PGP signature
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
