We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad4fc0 commit 605cb7cCopy full SHA for 605cb7c
.github/workflows/main.yml
@@ -8,19 +8,19 @@ on:
8
9
jobs:
10
main-windows:
11
- uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
+ uses: asottile/workflows/.github/workflows/tox.yml@v1.4.2
12
with:
13
env: '["py38"]'
14
os: windows-latest
15
wheel-tags: true
16
main-macos:
17
18
19
20
os: macos-latest
21
22
main-linux:
23
24
25
26
os: ubuntu-latest
0 commit comments