Skip to content

Commit

Permalink
Add comment with dependency of tutorial tag update script for future …
Browse files Browse the repository at this point in the history
…reference.
  • Loading branch information
swainn committed Apr 16, 2021
1 parent cabdbfb commit fbdecf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/update_tutorial_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
from github import Github
from github.GithubException import BadCredentialsException

# Requirements: pip install PyGithub

# Tethys Version to Tag For
tethys_version = '3.1'
tethys_version = '3.3'

# Tutorial repos ({<repo_name>: {<branch>: <tag_prefix>}}
tutorial_repos = {
Expand Down

0 comments on commit fbdecf5

Please sign in to comment.