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 7155809 commit 9944897Copy full SHA for 9944897
.github/workflows/wheels.yml
@@ -62,7 +62,7 @@ jobs:
62
python: ["cp37", "cp38", "cp39", "cp310", "cp311"]
63
include:
64
# Manylinux builds are cheap, do all in one
65
- - {buildplat: ["ubuntu-20.04", "manylinux_x86_64"], python: "*"}
+ - { buildplat: ["ubuntu-20.04", "manylinux_x86_64"], python: "*" }
66
67
steps:
68
- uses: actions/checkout@v3
0 commit comments