File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- os : [ubuntu-20.04, windows-2019, macos-11]
17
+ os : [ubuntu-20.04, macos-11]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
31
31
run : |
32
32
python -m cibuildwheel --output-dir wheelhouse
33
33
env :
34
- CIBW_BUILD_VERBOSITY : " 1 "
34
+ CIBW_BUILD_VERBOSITY : ' 1 '
35
35
working-directory : ./quaddtype
36
36
37
37
- uses : actions/upload-artifact@v2
44
44
needs : build_wheels
45
45
runs-on : ubuntu-latest
46
46
if : startsWith(github.ref, 'refs/tags/')
47
-
47
+
48
48
steps :
49
49
- name : Checkout code
50
50
uses : actions/checkout@v2
73
73
upload_url : ${{ steps.create_release.outputs.upload_url }}
74
74
asset_path : ./artifacts/wheels/*.whl
75
75
asset_name : quaddtype-${{ github.ref_name }}.whl
76
- asset_content_type : application/zip
76
+ asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments