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: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
run: |
uv run tox -e py${{ matrix.python-version }}

- name: Run Style Checks
run: uv run tox -e style
# TODO enable style checks here and in CI for PRs
#
# - name: Run Style Checks
# run: uv run tox -e style

build:
runs-on: ubuntu-latest
Expand Down
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
1.31.0 (2025/04/25)
1.31.1 (2025/04/25)
===================

Internal
--------

* skip style checks on Publish action


1.31.0 (NEVER RELEASED)
===================

Features
Expand Down