pyscience-projects / pyevtk

PyEVTK (Python Export VTK) exports data to binary VTK files for visualization/analysis with packages like Paraview, VisIt, and Mayavi.
Other
63 stars 15 forks source link

1.0.2 wheel for py3? #2

Closed renefritze closed 7 years ago

renefritze commented 7 years ago

Could you upload that to PyPi too, @somada141 ?

When I get around to adding more tests than just importing submodules, we could switch to deploying tagged builds to pypi from travis builds. It's pretty straightforward.

somada141 commented 7 years ago

can do, can you bump the version? there's already a 1.0.2 release on PyPI (https://pypi.python.org/pypi/PyEVTK)

somada141 commented 7 years ago

actuall nvm i'll do it, reckon this is a minor release so i'll bump it to 1.1.0

somada141 commented 7 years ago

done

renefritze commented 7 years ago

Thanks, I'm only seeing the py2 version on https://pypi.python.org/pypi/PyEVTK though.

somada141 commented 7 years ago

on it

somada141 commented 7 years ago

that should do it

renefritze commented 7 years ago

And the source tarball too, thanks!