microsoft / vision-explanation-methods

Methods for creating saliency maps for computer vision models.
https://vision-explanation-methods.readthedocs.io/en/latest/
MIT License
39 stars 12 forks source link

fix release script typo causing error: a step cannot have both the uses and run keys #25

Closed imatiach-msft closed 1 year ago

imatiach-msft commented 1 year ago

Description

Fix typo error in release script causing it to fail to run with error:

a step cannot have both the `uses` and `run` keys

Checklist