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 88 pull_request :
99 push :
1010 branches : [ '*' ]
11- # release:
12- # types:
13- # - published
11+ release :
12+ types :
13+ - published
1414
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
1818
1919jobs :
2020 build_sdist :
4040 strategy :
4141 fail-fast : false
4242 matrix :
43- os : [ubuntu-latest, windows-latest, macos-latest]
43+ os : [ubuntu-latest,
44+ # windows-latest,
45+ # macos-latest
46+ ]
4447
4548 steps :
4649 - uses : actions/checkout@v3
4952 env :
5053 CIBW_ARCHS_MACOS : auto universal2
5154 CIBW_PRERELEASE_PYTHONS : true
52- CIBW_TEST_COMMAND : " "
5355
5456 - name : Verify clean directory
5557 run : git diff --exit-code
7173 - uses : actions/setup-python@v4
7274 name : Set up Python 3.x
7375 with :
74- python-version : " 3.x "
76+ python-version : " 3.8 "
7577
7678 - uses : actions/download-artifact@v3
7779 name : Download wheels
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ requires = [
77build-backend = " setuptools.build_meta"
88
99[tool .cibuildwheel ]
10- test-command = " python {project}/tests/test.py"
10+ # test-requires = [ "pytest"]
11+ # test-command = "pytest"
1112test-skip = " *universal2:arm64"
1213
1314[tool .ruff ]
You can’t perform that action at this time.
0 commit comments