We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1338eb commit 300f730Copy full SHA for 300f730
1 file changed
.github/workflows/ci.yml
@@ -177,6 +177,10 @@ jobs:
177
submodules: recursive
178
- run: bash scripts/build_Linux.sh
179
- run: python -m build --wheel
180
+ - uses: actions/upload-artifact@v4
181
+ with:
182
+ name: wheel-fedora:42
183
+ path: ./dist/*.whl
184
- run: python -m pip install dist/*.whl
185
- run: python -m pip install moderngl
186
- 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