File tree Expand file tree Collapse file tree 3 files changed +13
-45
lines changed Expand file tree Collapse file tree 3 files changed +13
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
push :
10
10
branches : [ '*' ]
11
- # release:
12
- # types:
13
- # - published
11
+ release :
12
+ types :
13
+ - published
14
14
15
- # concurrency:
16
- # group: ${{ github.workflow }}-${{ github.ref }}
17
- # cancel-in-progress: true
15
+ concurrency :
16
+ group : ${{ github.workflow }}-${{ github.ref }}
17
+ cancel-in-progress : true
18
18
19
19
jobs :
20
20
build_sdist :
40
40
strategy :
41
41
fail-fast : false
42
42
matrix :
43
- os : [ubuntu-latest, windows-latest, macos-latest]
43
+ os : [ubuntu-latest,
44
+ # windows-latest,
45
+ # macos-latest
46
+ ]
44
47
45
48
steps :
46
49
- uses : actions/checkout@v3
49
52
env :
50
53
CIBW_ARCHS_MACOS : auto universal2
51
54
CIBW_PRERELEASE_PYTHONS : true
52
- CIBW_TEST_COMMAND : " "
53
55
54
56
- name : Verify clean directory
55
57
run : git diff --exit-code
71
73
- uses : actions/setup-python@v4
72
74
name : Set up Python 3.x
73
75
with :
74
- python-version : " 3.x "
76
+ python-version : " 3.8 "
75
77
76
78
- uses : actions/download-artifact@v3
77
79
name : Download wheels
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ requires = [
7
7
build-backend = " setuptools.build_meta"
8
8
9
9
[tool .cibuildwheel ]
10
- test-command = " python {project}/tests/test.py"
10
+ # test-requires = [ "pytest"]
11
+ # test-command = "pytest"
11
12
test-skip = " *universal2:arm64"
12
13
13
14
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments