Edgewall Software

Changes between Version 103 and Version 104 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Mar 10, 2016, 8:21:23 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Add step for building wheel. Refs #12391.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v103 v104  
    9292
    9393 * Check out trunk (or the release branch) to a '''clean''' sandbox.
    94  * Build source archives on Unix:
     94 * Build source archives and wheel on Unix:
    9595 {{{#!sh
    96 python setup.py sdist --formats=gztar,zip
     96$ python setup.py sdist --formats=gztar,zip
     97$ python setup.py bdist_wheel
    9798}}}
    9899   to get the files in `.tar.gz` and `zip` archives, with the proper LF line endings.
    99  
    100100 * Build Windows exe installers on x86 and x64 platforms:
    101101 {{{#!dos
    102 python.exe setup.py bdist_wininst
     102> python.exe setup.py bdist_wininst
    103103}}}
    104104