Skip to content

Commit 300f730

Browse files
committed
Upload wheel-fedora:42
1 parent a1338eb commit 300f730

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ jobs:
177177
submodules: recursive
178178
- run: bash scripts/build_Linux.sh
179179
- run: python -m build --wheel
180+
- uses: actions/upload-artifact@v4
181+
with:
182+
name: wheel-fedora:42
183+
path: ./dist/*.whl
180184
- run: python -m pip install dist/*.whl
181185
- run: python -m pip install moderngl
182186
- run: python -c 'import moderngl; moderngl_context = moderngl.create_standalone_context(backend="egl"); import skia; interface = skia.GrGLInterface.MakeEGL() ; assert isinstance(skia.GrDirectContext.MakeGL(interface), skia.GrContext) ; print("Success3")'

0 commit comments

Comments
 (0)