publish.ps1

$Key=(op item get "Powershell Gallery OptWin" --fields credential)
Publish-Module -Path . -NuGetApiKey $Key -Repository PSGallery
Install-Module -Name OptWin -Force
Import-Module OptWin
Optimize-Windows -Preset Harmless -WhatIf
Remove-Variable "Key"