ITensor / NDTensors.jl

A Julia package for n-dimensional sparse tensors.
Apache License 2.0
27 stars 7 forks source link

Add TagBot Github Action #4

Closed mtfishman closed 4 years ago

mtfishman commented 4 years ago

This adds the TagBot Github Actions (https://github.com/marketplace/actions/julia-tagbot) which automatically makes a new tag for the correct commit when a new version is pushed to the Julia General registry. Seems like a good idea, then when we bump the version we just do it through the Julia registry with the Registrator (https://github.com/JuliaRegistries/Registrator.jl) and this makes sure the Github tags are synced.