fynv / ThrustRTC

CUDA tool set for non-C++ languages that provides similar functionality like Thrust, with NVRTC at its core.
Other
59 stars 6 forks source link

release/packaging syncinc #17

Closed slayoo closed 3 years ago

slayoo commented 3 years ago

As of today:

It would be great to automate somehow the release process - likely less work for the maintainer, less confusion for users, less issues with outdated packages to handle.

fynv commented 3 years ago

I've setup github action workflows for PyPi and Conda. Conda release version has been updated to 0.3.13. Since that recent demands are concentrated on the Python binding, I suggest we just forget about the Github release page for now . Those packages invovle Java and C# bindings and are more complicated to build and package.

slayoo commented 3 years ago

thank you!