Browse Source

workflow syntax fix

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

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

@@ -5,14 +5,14 @@ on:
branches:
- master
- extended
jobs:
my_first_job:
many_linux_wheels:
name: manylinux-wheels
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Print System Information
run: |


Loading…
Cancel
Save