File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,9 @@ jobs:
132132 # change the tag of this image to change the image used
133133 uses : RalfG/python-wheels-manylinux-build@v0.3.2-manylinux2010_x86_64
134134 # this action generates 3 wheels in dist/. linux manylinux1 and manylinux2010
135+ # TODO(vytas): Drop manylinux 2010 support for all wheels:
136+ # https://github.com/pypa/manylinux/issues/1281#
137+ if : ${{ matrix.python-version != 'cp311-cp311' }}
135138 with :
136139 python-versions : ${{ matrix.python-version }}
137140 build-requirements : " setuptools>=47 wheel>=0.34"
Original file line number Diff line number Diff line change @@ -1027,7 +1027,7 @@ See also: `CONTRIBUTING.md <https://github.com/falconry/falcon/blob/master/CONTR
10271027Legal
10281028-----
10291029
1030- Copyright 2013-2021 by Individual and corporate contributors as
1030+ Copyright 2013-2022 by Individual and corporate contributors as
10311031noted in the individual source files.
10321032
10331033Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change @@ -92,9 +92,14 @@ you can re-render the docs without overwriting the changelog RST:
9292$ tox -e docs
9393```
9494
95- Finally, if all looks good, remove the rendered towncrier fragments from
95+ If all looks good, remove the rendered towncrier fragments from
9696` docs/_newsfragments ` and then submit a PR containing the changes made so far.
9797
98+ Finally, merge the documentation PR and check that everything renders correctly
99+ on https://falcon.readthedocs.io/ . Note that if the release is not based on
100+ ` master ` (or ` main ` ), you may need to manually enable build on RtD for the
101+ branch or tag in question.
102+
98103### Release beta or rc
99104
100105Be sure to install and test from PyPI as a sanity check afterwards. Fix docs,
You can’t perform that action at this time.
0 commit comments