From ffa749dc141c863495867150669e914807f8e551 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 30 Apr 2025 12:28:10 +0100 Subject: [PATCH] Fixes #32: Remove the Store MSIX before publishing to python.org --- ci/release.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: