NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
807 stars 63 forks source link

Produce stable artifacts #71

Open jakirkham opened 5 days ago

jakirkham commented 5 days ago

GitHub autogenerated source artifact from tags regularly have unstable checksums. As part of the release process it would be great if we could produce stable source artifacts (with checksums) and attach them to the release tag. This way we could more reliably consume the source in other places where we have builds (like conda-forge)

A few examples:

leofang commented 5 days ago

This should be done indeed. IIRC NumPy etc do this too by uploading artifacts. @jakirkham any chance you know off top of your head a reference for us to follow? (No worries if not, I'll figure it out later.)

jakirkham commented 5 days ago

Certainly we did this for conda and conda-build. Here is the workflow conda uses. Maybe that would be a good starting point?