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

Commit93a050d

Browse files
committed
gitignore
1 parent3df0873 commit93a050d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎.github/workflows/wheels-any.yml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ jobs:
2323
with:
2424
python-version:'3.11'
2525

26-
-name:Install requirements
27-
run:python -m pip install -r requirements.txt
28-
2926
-name:python version
3027
run:python -m pip wheel .
3128

3229
-uses:actions/upload-artifact@v3
3330
with:
34-
path:./dist/*.whl
31+
path:./onnx_array_api*.whl

‎.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