Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00e233c

Browse files
committed
MAINT: Update RELEASE_WALKTHROUGH
[skip cirrus] [skip azp] [skip actions]
1 parent b71f5e5 commit 00e233c

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

doc/Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@ clean:
5252
-rm -rf build/*
5353
find . -name generated -type d -prune -exec rm -rf "{}" ";"
5454

55-
docenv:
56-
$(PYTHON) -mvenv docenv
57-
( \
58-
. docenv/bin/activate; \
59-
pip install -q --upgrade pip; \
60-
pip install -q -r ../test_requirements.txt; \
61-
pip install -q -r ../doc_requirements.txt; \
62-
pip install -q ..; \
63-
)
64-
6555
gitwash-update:
6656
rm -rf source/dev/gitwash
6757
install -d source/dev/gitwash

doc/RELEASE_WALKTHROUGH.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Five documents usually need to be updated or created for the release PR:
5656
- The release-notes
5757
- The ``.mailmap`` file
5858
- The ``pyproject.toml`` file
59-
- The ``pyproject.setuppy.toml`` file # 1.26.x only
59+
- The ``pyproject.toml.setuppy`` file # 1.26.x only
6060

6161
These changes should be made in an ordinary PR against the maintenance branch.
6262
The commit message should contain a ``[wheel build]`` directive to test if the
@@ -69,7 +69,7 @@ commit message might be something like::
6969
- Update 1.20.0-notes.rst.
7070
- Update .mailmap.
7171
- Update pyproject.toml
72-
- Update pyproject.setuppy.toml
72+
- Update pyproject.toml.setuppy
7373

7474
[wheel build]
7575

@@ -111,10 +111,10 @@ index file will need updating.
111111
Set the release version
112112
-----------------------
113113

114-
Edit the ``pyproject.toml`` and ``pyproject.setuppy.toml`` files and set the
114+
Edit the ``pyproject.toml`` and ``pyproject.toml.setuppy`` files and set the
115115
release version::
116116

117-
$ gvim pyproject.toml pyproject.setuppy.toml
117+
$ gvim pyproject.toml pyproject.toml.setuppy
118118

119119

120120
Check the ``pavement.py`` and ``doc/source/release.rst`` files
@@ -262,6 +262,7 @@ and most patch releases. ``make merge-doc`` clones the ``numpy/doc`` repo into
262262

263263
$ git clean -xdfq
264264
$ git co v1.21.0
265+
$ rm -rf doc/build # want version to be current
265266
$ python -m spin docs merge-doc --build
266267
$ pushd doc/build/merge
267268

release_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ twine
1414

1515
# building and notes
1616
Paver
17+
18+
# uploading release documentation
19+
packaging

0 commit comments

Comments
 (0)