Skip to content

dbg_u: suppress std::string from ImGuiContext #597

dbg_u: suppress std::string from ImGuiContext

dbg_u: suppress std::string from ImGuiContext #597

Workflow file for this run

name: Wheels
# Note: the cibuildwheel options are inside pyproject.toml
on:
workflow_dispatch:
pull_request:
release:
types:
- published
push:
branches:
- master
- main
- dbg_ub
jobs:
build_wheels:
name: Wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup interactive tmate session
uses: mxschmitt/action-tmate@v3
- uses: pypa/[email protected]
- name: Verify clean directory
run: git diff --exit-code
shell: bash
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl