zopefoundation / zope.index

Indices for using with catalog like text, field, etc.
Other
10 stars 12 forks source link

CI for travis and appveyor #7

Closed fgregg closed 8 years ago

fgregg commented 8 years ago

Attn @tseaver and @mgedmin

tseaver commented 8 years ago

LGTM. @mgedmin do you want to enable the appveyor webhook, and have @fgregg push a trivial commit to test it?

mgedmin commented 8 years ago

There are two problems with using my personal Appveyor account for ZopeFoundation stuff:

Can we come up with a better solution?

fgregg commented 8 years ago

Hi @mgedmin , I don't know if you want to defer setting up an appveyor account until you find a better solution.

If you wanted to proceed, then you need to

mgedmin commented 8 years ago
  secure: "BEJhxAItA0fMiDS+2fV6VhoiTMXDuhWbVRpmjr3IhyMI4BSNRGVE46qvGY78/30reXMbvvEvmUPFhq4yLhq0O4UAgOis8318ramt9AoJLOtIkFTydytOysY9RZ2dDdFWRmpcFQ7K8xrasoJKZQRRGtbgIZ6hGtp1b4K3clNKaJ8="
mgedmin commented 8 years ago

I've created https://ci.appveyor.com/project/mgedmin/zope-index

fgregg commented 8 years ago

This is ready to merge. Don't forget to add zope.wheelbuilder as a maintainer on pypi.

mgedmin commented 8 years ago

Thank you for the reminder -- I completely forgot about PyPI roles ;)

fgregg commented 8 years ago

@tseaver @mgedmin do you want to cut a new release to get the wheels on pypi?

tseaver commented 8 years ago

I just tagged and pushed 4.2.0:

https://pypi.python.org/pypi/zope.index/4.2.0

fgregg commented 8 years ago

Thank you @tseaver and @mgedmin! Now Mac and Window can now install my library https://github.com/datamade/dedupe without a compiler. Thank you for working with me on getting all these wheels built.

tseaver commented 8 years ago

Thank you @fgregg for all the patches!