Skip to content

Commit f310689

Browse files
authored
chore(3.1.1): misc polish post-3.1.1b1 (#2126)
1 parent 4561f15 commit f310689

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/create-wheels.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ See also: `CONTRIBUTING.md <https://github.com/falconry/falcon/blob/master/CONTR
10271027
Legal
10281028
-----
10291029

1030-
Copyright 2013-2021 by Individual and corporate contributors as
1030+
Copyright 2013-2022 by Individual and corporate contributors as
10311031
noted in the individual source files.
10321032

10331033
Licensed under the Apache License, Version 2.0 (the "License"); you may

RELEASE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

100105
Be sure to install and test from PyPI as a sanity check afterwards. Fix docs,

0 commit comments

Comments
 (0)