We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6435b7 commit a5d858cCopy full SHA for a5d858c
build_tools/circle/list_versions.py
@@ -34,7 +34,7 @@ def human_readable_data_quantity(quantity, multiple=1024):
34
35
36
def get_file_extension(version):
37
- if version == 'dev':
+ if 'dev' in version:
38
# The 'dev' branch should be explictly handled
39
return 'zip'
40
0 commit comments