This website works better with JavaScript.
首頁
說明
登入
ben
/
mwparserfromhell
镜像来自
https://github.com/earwig/mwparserfromhell
關註
1
收藏
1
複製
0
程式碼
版本發佈
24
Activity
瀏覽代碼
Update Linux wheel build script, part 2
tags/v0.6.1
Ben Kurtovic
3 年之前
父節點
89e3a300db
當前提交
dd6d0c9b3b
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
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
查看文件
@@ -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…
取消
儲存