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 974f454 + a1a031d commit a2c14a1Copy full SHA for a2c14a1
.github/workflows/linting.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
14
with:
15
python-version: '3.8'
16
- uses: pre-commit/[email protected]
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install dependencies
run: |
python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine
0 commit comments