Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix documentation (#102)#71

fix documentation (#102)

fix documentation (#102) #71

Workflow file for this run

name:Build Any Wheel
on:
push:
branches:
-main
-'releases/**'
jobs:
build_wheels:
name:Build wheels on ${{ matrix.os }}
runs-on:${{ matrix.os }}
strategy:
matrix:
os:[ubuntu-latest]
steps:
-uses:actions/checkout@v3
-uses:actions/setup-python@v4
with:
python-version:'3.12'
-name:build wheel
run:python -m pip wheel .
-uses:actions/upload-artifact@v4
with:
path:./onnx_array_api*.whl

[8]ページ先頭

©2009-2025 Movatter.jp