Can we Publish a new version of just one function in a code repository

I have a Code Repository with about 10 python functions for use with python backed actions.

Is there a way to create a new Tag just for one function?
Right now, when I create a Tag, it creates a new Tag for all the functions in this repository.

Thanks,

Pavan

No.

Theoretically, if you were to delete the other functions from your repo and publish a new tag it would only update the tag for that function while leaving the other functions on the old tag but I would strongly recommend against doing this.

Kinda of off topic but you can bulk update actions the the most current tag by selecting multiple actions and click options.