Skip to content

Commit

Permalink
Merge pull request #11 from MDK-Packs/MatthiasHertel80-patch-6
Browse files Browse the repository at this point in the history
Update get_releases.py
  • Loading branch information
MatthiasHertel80 authored Feb 26, 2024
2 parents 7c9c4ca + e54b0dc commit 8575a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow-build/get_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
releases = releases

for release in releases:
if 'nightly' in release.title:
continue
print("<release version=\""+release.title+"\" url=\"https://github.com/MDK-Packs/tensorflow-pack/releases/download/"+release.tag_name+"/tensorflow.tensorflow-lite-micro."+release.tag_name+".pack\" date=\""+release.created_at.strftime('%Y-%m-%d')+"\">" + release.body + "</release>")


Expand Down

0 comments on commit 8575a95

Please sign in to comment.