We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a7972b + 48788c5 commit c50d166Copy full SHA for c50d166
.github/workflows/release.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Build package
25
run: pyproject-build -s -w . -o dist
26
- name: Publish to PyPI
27
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: pyproject-fmt
21
additional_dependencies: ["tox>=4.12.1"]
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: "v0.4.8"
+ rev: "v0.4.9"
hooks:
- id: ruff-format
- id: ruff
0 commit comments