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.
2 parents 0e65a29 + d3c26ec commit be209d6Copy full SHA for be209d6
bin/version
@@ -37,7 +37,7 @@ def get_versions(builddir):
37
yield from pathlib.Path(builddir).glob('[0-9]*.[0-9]*')
38
yield from pathlib.Path(builddir).glob('stable')
39
yield from pathlib.Path(builddir).glob('latest')
40
- yield from pathlib.Path(builddir).glob('nightly')
+ yield from pathlib.Path(builddir).glob('nightly*')
41
42
43
def get_formats(builddir):
0 commit comments