File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 22apispec-webframeworks
33*********************
44
5- |pypi | |build-status | | marshmallow3 |
5+ |pypi | |build-status |
66
77.. |pypi | image :: https://badgen.net/pypi/v/apispec-webframeworks
88 :target: https://pypi.org/project/apispec-webframeworks/
@@ -12,10 +12,6 @@ apispec-webframeworks
1212 :target: https://github.com/marshmallow-code/apispec-webframeworks/actions/workflows/build-release.yml
1313 :alt: Build status
1414
15- .. |marshmallow3 | image :: https://badgen.net/badge/marshmallow/3?
16- :target: https://marshmallow.readthedocs.io/en/latest/upgrading.html
17- :alt: marshmallow 3 compatible
18-
1915`apispec <https://github.com/marshmallow-code/apispec >`_ plugins for
2016integrating with various web frameworks.
2117
Original file line number Diff line number Diff line change 22
331 . Bump version in ` pyproject.toml ` and update the changelog
44 with today's date.
5- 2 . Commit: ` git commit -m "Bump version and update changelog" `
6- 3 . Tag the commit: ` git tag x.y.z `
7- 4 . Push: ` git push --tags origin main ` . CI will take care of the
5+ 2 . Run ` uv lock -U `
6+ 3 . Commit: ` git commit -m "Bump version and update changelog" `
7+ 4 . Tag the commit: ` git tag x.y.z `
8+ 5 . Push: ` git push --tags origin main ` . CI will take care of the
89 PyPI release.
Original file line number Diff line number Diff line change 1717commands = pytest {posargs}
1818
1919[testenv:lint]
20- deps = pre-commit~ =3.5
20+ deps = pre-commit> =3.5,<5.0
2121skip_install = true
2222commands = pre-commit run --all-files
2323
You can’t perform that action at this time.
0 commit comments