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.
1 parent 4a274a3 commit 5427df4Copy full SHA for 5427df4
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install tox
31
run: python3 -m pip install --user "tox>=4.0.0"
32
- name: Check out src from Git
33
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
34
with:
35
fetch-depth: 0 # needed by setuptools-scm
36
- name: Build dists
.github/workflows/tox.yml
@@ -48,7 +48,7 @@ jobs:
48
49
steps:
50
51
52
53
54
0 commit comments