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

Commit3df0873

Browse files
committed
Improves actions
1 parentc8e40a3 commit3df0873

File tree

7 files changed

+34
-120
lines changed

7 files changed

+34
-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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name:Build Any Wheel
2+
3+
#on:
4+
# push:
5+
# branches:
6+
# - main
7+
# - 'releases/**'
8+
9+
on:[push]
10+
11+
jobs:
12+
build_wheels:
13+
name:Build wheels on ${{ matrix.os }}
14+
runs-on:${{ matrix.os }}
15+
strategy:
16+
matrix:
17+
os:[ubuntu-latest]
18+
19+
steps:
20+
-uses:actions/checkout@v3
21+
22+
-uses:actions/setup-python@v4
23+
with:
24+
python-version:'3.11'
25+
26+
-name:Install requirements
27+
run:python -m pip install -r requirements.txt
28+
29+
-name:python version
30+
run:python -m pip wheel .
31+
32+
-uses:actions/upload-artifact@v3
33+
with:
34+
path:./dist/*.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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp