diff options
| -rwxr-xr-x | sandbox/infrastructure/release.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/infrastructure/release.sh b/sandbox/infrastructure/release.sh index 672719c4f..1e0f3003a 100755 --- a/sandbox/infrastructure/release.sh +++ b/sandbox/infrastructure/release.sh @@ -403,6 +403,11 @@ function stage_2() pwd run twine upload "$tarball" echo "verify on PyPI. hide older releases." + echo "TODO TEST build wheels and upload" + run pip wheel docutils + run twine upload docutils-*-py2-none-any.whl + run pip3 wheel docutils + run twine upload wheelhouse/docutils-${new_ver}-py3-none-any.whl fi } |
