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 e35922d + ff02b1e commit b038dc8Copy full SHA for b038dc8
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Format
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- uses: actions/setup-python@v6
22
- uses: pre-commit/[email protected]
23
with:
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
- name: Build sdist and wheel
64
run: pipx run --spec build pyproject-build
0 commit comments