We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c5181 commit 5f487abCopy full SHA for 5f487ab
.github/workflows/publish.yml
@@ -46,8 +46,10 @@ jobs:
46
run: |
47
uv run tox -e py${{ matrix.python-version }}
48
49
- - name: Run Style Checks
50
- run: uv run tox -e style
+ # TODO enable style checks here and in CI for PRs
+ #
51
+ # - name: Run Style Checks
52
+ # run: uv run tox -e style
53
54
build:
55
runs-on: ubuntu-latest
changelog.md
@@ -1,4 +1,13 @@
1
-1.31.0 (2025/04/25)
+1.31.1 (2025/04/25)
2
+===================
3
+
4
+Internal
5
+--------
6
7
+* skip style checks on Publish action
8
9
10
+1.31.0 (NEVER RELEASED)
11
===================
12
13
Features
0 commit comments