Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apispec-webframeworks
*********************

|pypi| |build-status| |marshmallow3|
|pypi| |build-status|

.. |pypi| image:: https://badgen.net/pypi/v/apispec-webframeworks
:target: https://pypi.org/project/apispec-webframeworks/
Expand All @@ -12,10 +12,6 @@ apispec-webframeworks
:target: https://github.com/marshmallow-code/apispec-webframeworks/actions/workflows/build-release.yml
:alt: Build status

.. |marshmallow3| image:: https://badgen.net/badge/marshmallow/3?
:target: https://marshmallow.readthedocs.io/en/latest/upgrading.html
:alt: marshmallow 3 compatible

`apispec <https://github.com/marshmallow-code/apispec>`_ plugins for
integrating with various web frameworks.

Expand Down
7 changes: 4 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

1. Bump version in `pyproject.toml` and update the changelog
with today's date.
2. Commit: `git commit -m "Bump version and update changelog"`
3. Tag the commit: `git tag x.y.z`
4. Push: `git push --tags origin main`. CI will take care of the
2. Run `uv lock -U`
3. Commit: `git commit -m "Bump version and update changelog"`
4. Tag the commit: `git tag x.y.z`
5. Push: `git push --tags origin main`. CI will take care of the
PyPI release.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps =
commands = pytest {posargs}

[testenv:lint]
deps = pre-commit~=3.5
deps = pre-commit>=3.5,<5.0
skip_install = true
commands = pre-commit run --all-files

Expand Down
Loading