NVIDIA / numbast

Numbast is a tool to build an automated pipeline that converts CUDA APIs into Numba bindings.
Apache License 2.0
14 stars 4 forks source link

Upload Conda Package to Anaconda #58

Closed isVoid closed 4 weeks ago

isVoid commented 4 weeks ago

This PR pushes the built conda package in CI to anaconda cloud. In testing stage, this PR uploads the package to isvoid channel on every push basis. Later, we should restructure the conda build and publish into a new workflow that's manually triggered by hand. Finally, the upload channel should be configured to nvidia.

isVoid commented 4 weeks ago

The conda upload workflow is now a manual trigger. I'm marking this PR ready for review. But the manual trigger can only be tested after merging.

isVoid commented 4 weeks ago

I'm gonna go ahead and merge this PR so that I can test out the manual conda package publish trigger in the action tab.