build_release: Also run asciidoc2html on Linux
This commit is contained in:
parent
3f18a5ada7
commit
cd9fe57d84
@ -354,6 +354,7 @@ def main():
|
||||
import github3 # pylint: disable=unused-variable
|
||||
read_github_token()
|
||||
|
||||
run_asciidoc2html(args)
|
||||
if utils.is_windows:
|
||||
if sys.maxsize > 2**32:
|
||||
# WORKAROUND
|
||||
@ -363,10 +364,8 @@ def main():
|
||||
print("See http://bugs.python.org/issue24493 and ")
|
||||
print("https://github.com/pypa/virtualenv/issues/774")
|
||||
sys.exit(1)
|
||||
run_asciidoc2html(args)
|
||||
artifacts = build_windows()
|
||||
elif utils.is_mac:
|
||||
run_asciidoc2html(args)
|
||||
artifacts = build_mac()
|
||||
else:
|
||||
artifacts = build_sdist()
|
||||
|
Loading…
Reference in New Issue
Block a user