From 5d5b4713dd1ff2d16df678acb8d40e10c67b85c0 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Fri, 24 Feb 2023 19:38:37 +0900 Subject: [PATCH] Update cargo_publish.ps1 --- cargo_publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo_publish.ps1 b/cargo_publish.ps1 index f02eae7..22cba00 100644 --- a/cargo_publish.ps1 +++ b/cargo_publish.ps1 @@ -1,4 +1,4 @@ -if ($PWD.Path -eq "$HOME\GitHub\pylyzer") { +if ($PWD.Path -like "*\pylyzer") { if ($null -eq $env:PYPI_PASSWORD) { echo "set PYPI_PASSWORD environment variable" exit