Skip to content

Commit

Permalink
comment need for a fix after recent MP broke it
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 19, 2022
1 parent cb83041 commit f55f72e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f55f72e

Please sign in to comment.