Browse Source

workflow syntax error fix

test_fixup
Vadim Lebedev 2 years ago
parent
commit
86c77978f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build-wheels.yaml

+ 1
- 1
.github/workflows/build-wheels.yaml View File

@@ -7,7 +7,7 @@ on:
- extended

jobs:
name: manylinux-wheels:
name: manylinux-wheels
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
steps:


Loading…
Cancel
Save