This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
workflow syntax fix
test_fixup
Vadim Lebedev
2 years ago
parent
2575c1d578
commit
2230c1fe03
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
m
y_first_job
:
m
any_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: |
Write
Preview
Loading…
Cancel
Save