diff --git a/ci/release.yml b/ci/release.yml index 51fbf94..8961fee 100644 --- a/ci/release.yml +++ b/ci/release.yml @@ -292,6 +292,10 @@ jobs: displayName: 'Download PuTTY binaries' - powershell: | + # We don't want the Store MSIX on python.org, so just delete it + # It's already been archived in the earlier publish step, and is bundled + # into the .msixupload file. + del "$(UPLOAD_DIR)\*-store.msix" -ErrorAction SilentlyContinue python ci\upload.py displayName: 'Publish packages' env: