mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use universal wheel package. removing build directory procedure is not needed anymore.
This commit is contained in:
@@ -19,3 +19,6 @@ output_dir = sphinx/locale/
|
|||||||
[compile_catalog]
|
[compile_catalog]
|
||||||
domain = sphinx
|
domain = sphinx
|
||||||
directory = sphinx/locale/
|
directory = sphinx/locale/
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
@@ -8,8 +8,6 @@ Release checklist
|
|||||||
* hg commit
|
* hg commit
|
||||||
* make clean
|
* make clean
|
||||||
* python setup.py release bdist_wheel sdist upload
|
* python setup.py release bdist_wheel sdist upload
|
||||||
* For all other versions: pythonX.Y setup.py release bdist_wheel upload
|
|
||||||
(remove build/ before each one)
|
|
||||||
* Check PyPI release page for obvious errors
|
* Check PyPI release page for obvious errors
|
||||||
* hg tag
|
* hg tag
|
||||||
* Merge default into stable if final major release
|
* Merge default into stable if final major release
|
||||||
|
Reference in New Issue
Block a user