mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
fixed CI pipeline build stage
This commit is contained in:
parent
b3539d4aa8
commit
5e4170b0b7
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -27,13 +27,15 @@ jobs:
|
||||
python3-opencv python3-pil python3-tqdm python3-dev \
|
||||
libvulkan-dev glslang-dev glslang-tools swig
|
||||
pip install wheel
|
||||
pip wheel -w /wheels \
|
||||
- name: Build wheels
|
||||
run: |
|
||||
pip wheel -w /tmp/wheels \
|
||||
rife-ncnn-vulkan-python@git+https://github.com/media2x/rife-ncnn-vulkan-python.git .
|
||||
- name: Package artifacts
|
||||
run: |
|
||||
tar cJvf /video2x-nightly-wheels.txz /wheels/*
|
||||
tar cJvf /tmp/video2x-nightly-wheels.txz /tmp/wheels/*
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: video2x-nightly-wheels
|
||||
path: /video2x-nightly-wheels.txz
|
||||
path: /tmp/video2x-nightly-wheels.txz
|
||||
|
Loading…
Reference in New Issue
Block a user