Procedure:
- check GitHub Actions test results: https://github.com/sphinx-doc/sphinx-intl/actions
- update release version/date in
CHANGES.rst
python -m build
, see details: setup.cfgtwine upload dist/<target-package-file>
- check PyPI page: https://pypi.org/p/sphinx-intl
- tagging with version name that MUST following semver. e.g.:
git tag 1.0.1
git push --tags
to push tag- bump version in
sphinx_intl/__init__.py
andCHANGES.rst
then commit/push them onto GitHub