File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
main-windows :
11
- uses : asottile/workflows/.github/workflows/tox.yml@v1.8.0
11
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
12
12
with :
13
13
env : ' ["py39"]'
14
14
os : windows-latest
15
15
arch : ' ["x64", "x86"]'
16
16
wheel-tags : true
17
17
submodules : true
18
18
main-macos :
19
- uses : asottile/workflows/.github/workflows/tox.yml@v1.8.0
19
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
20
20
with :
21
21
env : ' ["py39"]'
22
22
os : macos-latest
23
23
wheel-tags : true
24
24
submodules : true
25
25
main-macos-intel :
26
- uses : asottile/workflows/.github/workflows/tox.yml@v1.8.0
26
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
27
27
with :
28
28
env : ' ["py39"]'
29
29
os : macos-13
30
30
wheel-tags : true
31
31
submodules : true
32
32
main-linux :
33
- uses : asottile/workflows/.github/workflows/tox.yml@v1.8.0
33
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
34
34
with :
35
35
env : ' ["py39", "py310", "py311"]'
36
36
os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments