Skip to content

Commit 5f487ab

Browse files
authored
disable style checks for publish action (#1212)
setting up for a patch release
1 parent 60c5181 commit 5f487ab

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
run: |
4747
uv run tox -e py${{ matrix.python-version }}
4848
49-
- name: Run Style Checks
50-
run: uv run tox -e style
49+
# TODO enable style checks here and in CI for PRs
50+
#
51+
# - name: Run Style Checks
52+
# run: uv run tox -e style
5153

5254
build:
5355
runs-on: ubuntu-latest

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
1.31.0 (2025/04/25)
1+
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)
211
===================
312

413
Features

0 commit comments

Comments
 (0)