/
niceSOFT
/
numpy
Обзор
Документация
Войти
/
niceSOFT
/
numpy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/emscripten.yml
43 строки
1 KB
Charles Harris
MAINT: Update cibuildwheel to v4.2.0
05 авг 2026, 20:08
05 авг 2026, 20:08
5f006c2
Код
Авторство
О чём код?
name: Test Emscripten/Pyodide build on: pull_request: branches: - main - maintenance/** paths-ignore: - '**.pyi' - '**.md' - '**.rst' - 'tools/stubtest/**' permissions: contents: read # to fetch code (actions/checkout) env: FORCE_COLOR: 3 concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: build-wasm-emscripten: name: Pyodide test runs-on: ubuntu-22.04 # To enable this workflow on a fork, comment out: if: github.repository == 'numpy/numpy' steps: - name: Checkout NumPy uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: submodules: recursive fetch-tags: true persist-credentials: false - uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0 env: CIBW_PLATFORM: pyodide CIBW_BUILD: cp314-pyodide_wasm32 CIBW_ENABLE: pyodide-prerelease CIBW_BUILD_VERBOSITY: 3