mirror of https://github.com/mtshiba/pylyzer
Update cargo_publish.ps1
This commit is contained in:
parent
313d2d2f59
commit
5d5b4713dd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue