From f55f72e9d3950276679da91ba6dc713cefc603db Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Wed, 19 Oct 2022 13:50:47 -0500 Subject: [PATCH] comment need for a fix after recent MP broke it --- test-release.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-release.ps1 b/test-release.ps1 index e9af4a8..7fbdcc9 100644 --- a/test-release.ps1 +++ b/test-release.ps1 @@ -15,6 +15,9 @@ cd sandbox # Create a temporary disposable virtualenv. & $syspython -m venv --clear venv +# TODO: What is the windows/powershell equivalent of this: +# version=$(grep __version__ colorama/__init__.py | cut -d' ' -f3 | tr -d "'") + # Install the package we just uploaded. # (--extra-index-url for this project's requirements) venv\Scripts\python -m pip --quiet install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple colorama==$version