This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
Update Linux wheel build script, part 2
tags/v0.6.1
Ben Kurtovic
3 years ago
parent
89e3a300db
commit
dd6d0c9b3b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/build-linux-wheels.yml
+ 1
- 0
.github/workflows/build-linux-wheels.yml
View File
@@ -11,6 +11,7 @@ jobs:
uses: RalfG/python-wheels-manylinux-build@e645ea95dae94f606ab25f95f44d3a2caf55764c
with:
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
pip-wheel-args: '-w ./wheelhouse --no-deps'
- name: Move to dist/
run: |
mkdir -p dist
Write
Preview
Loading…
Cancel
Save