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 0e65a29 commit d3c26ecCopy full SHA for d3c26ec
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