Skip to content

Commit

Permalink
generate_release: remove wheel package
Browse files Browse the repository at this point in the history
Remove wheel package.
  • Loading branch information
alive4ever committed Feb 19, 2025
1 parent 49076a7 commit fe26b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ def wine_run(command_parts):
log('Executing get-pip.py')
wine_run(['./python/python.exe', '-I', 'get-pip.py'])

log('Removing wheel package')
wine_run(['./python/python.exe', '-I', '-m', 'pip', 'uninstall', 'wheel'])

'''
# Explanation of .pth, ._pth, and isolated mode
Expand Down

0 comments on commit fe26b01

Please sign in to comment.