Skip to content

Commit bd8c0ca

Browse files
authored
Dev chores (#182)
- Update releasing docs with lockfile update - Remove readme badge - Update tox pre-commit version
1 parent b2c564f commit bd8c0ca

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apispec-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
2016
integrating with various web frameworks.
2117

RELEASING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
1. 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.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps =
1717
commands = pytest {posargs}
1818

1919
[testenv:lint]
20-
deps = pre-commit~=3.5
20+
deps = pre-commit>=3.5,<5.0
2121
skip_install = true
2222
commands = pre-commit run --all-files
2323

0 commit comments

Comments
 (0)