Skip to content

Commit 8fb1f49

Browse files
authored
Fixes #32: Remove the Store MSIX before publishing to python.org (#33)
1 parent 1e94063 commit 8fb1f49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ jobs:
292292
displayName: 'Download PuTTY binaries'
293293
294294
- 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
295299
python ci\upload.py
296300
displayName: 'Publish packages'
297301
env:

0 commit comments

Comments
 (0)