We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e94063 commit 8fb1f49Copy full SHA for 8fb1f49
ci/release.yml
@@ -292,6 +292,10 @@ jobs:
292
displayName: 'Download PuTTY binaries'
293
294
- powershell: |
295
+ # We don't want the Store MSIX on python.org, so just delete it
296
+ # It's already been archived in the earlier publish step, and is bundled
297
+ # into the .msixupload file.
298
+ del "$(UPLOAD_DIR)\*-store.msix" -ErrorAction SilentlyContinue
299
python ci\upload.py
300
displayName: 'Publish packages'
301
env:
0 commit comments