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 fix
test_fixup
Vadim Lebedev
2 years ago
parent
86c77978f1
commit
2575c1d578
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/workflows/build-wheels.yaml
+ 2
- 1
.github/workflows/build-wheels.yaml
View File
@@ -5,8 +5,9 @@ on:
branches:
- master
- extended
jobs:
my_first_job:
name: manylinux-wheels
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
Write
Preview
Loading…
Cancel
Save