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

Commitaf6fcfa

Browse files
authored
Improves actions (#33)
* Improves actions* gitignore* name* push
1 parentc8e40a3 commitaf6fcfa

File tree

8 files changed

+30
-120
lines changed

8 files changed

+30
-120
lines changed
File renamed without changes.

‎.github/workflows/documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
steps:
2020
-uses:actions/checkout@v3
2121

22-
# Used to host cibuildwheel
2322
-uses:actions/setup-python@v4
2423
with:
2524
python-version:'3.11'

‎.github/workflows/rstcheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
steps:
1414
-uses:actions/checkout@v3
1515

16-
# Used to host cibuildwheel
1716
-uses:actions/setup-python@v4
1817
with:
1918
python-version:'3.11'

‎.github/workflows/wheels-any.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name:Build Any Wheel
2+
3+
on:
4+
push:
5+
branches:
6+
-main
7+
-'releases/**'
8+
9+
jobs:
10+
build_wheels:
11+
name:Build wheels on ${{ matrix.os }}
12+
runs-on:${{ matrix.os }}
13+
strategy:
14+
matrix:
15+
os:[ubuntu-latest]
16+
17+
steps:
18+
-uses:actions/checkout@v3
19+
20+
-uses:actions/setup-python@v4
21+
with:
22+
python-version:'3.11'
23+
24+
-name:build wheel
25+
run:python -m pip wheel .
26+
27+
-uses:actions/upload-artifact@v3
28+
with:
29+
path:./onnx_array_api*.whl

‎.github/workflows/wheels-linux.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

‎.github/workflows/wheels-mac.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

‎.github/workflows/wheels-windows.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.pyd
33
*.dylib
44
*.so
5+
*.whl
56
coverage.html/*
67
_cache/*
78
.coverage

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp