Skip to content

Commit c50d166

Browse files
authored
Merge branch 'main' into main
2 parents 8a7972b + 48788c5 commit c50d166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Build package
2525
run: pyproject-build -s -w . -o dist
2626
- name: Publish to PyPI
27-
uses: pypa/gh-action-pypi-publish@v1.8.14
27+
uses: pypa/gh-action-pypi-publish@v1.9.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: pyproject-fmt
2121
additional_dependencies: ["tox>=4.12.1"]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.4.8"
23+
rev: "v0.4.9"
2424
hooks:
2525
- id: ruff-format
2626
- id: ruff

0 commit comments

Comments
 (0)