Skip to content

Commit 605cb7c

Browse files
committed
upgrade workflows to get wheels fix
1 parent 5ad4fc0 commit 605cb7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ on:
88

99
jobs:
1010
main-windows:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.2
1212
with:
1313
env: '["py38"]'
1414
os: windows-latest
1515
wheel-tags: true
1616
main-macos:
17-
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
17+
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.2
1818
with:
1919
env: '["py38"]'
2020
os: macos-latest
2121
wheel-tags: true
2222
main-linux:
23-
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
23+
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.2
2424
with:
2525
env: '["py38"]'
2626
os: ubuntu-latest

0 commit comments

Comments
 (0)