Files
rk35xx-android14/external/python/markupsafe/.github/workflows/build.yaml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

29 lines
597 B
YAML

name: Build
on:
push:
branches:
- master
- '*.x'
tags:
- '*'
jobs:
wheels:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
CIBW_SKIP: 'cp27-* pp27-* cp35-*'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: pip install cibuildwheel
- run: cibuildwheel
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse