File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,14 @@ runs:
23
23
python-version : ${{ inputs.python-version }}
24
24
version : ' 0.5.24'
25
25
cache-suffix : ${{inputs.python-version}}
26
+
26
27
- name : Install dependencies
27
28
shell : bash
28
29
run : |
29
30
uv sync --frozen --all-extras
31
+
30
32
- name : Install codecov
31
33
shell : bash
32
34
run : |
33
35
uv tool install codecov-cli --python 3.10
34
- uv tool update-shell
35
- # - name: Configure AWS Credentials
36
- # if: env.skip == '1'
37
- # uses: aws-actions/configure-aws-credentials@v2
38
- # with:
39
- # aws-access-key-id: ${{ inputs.aws-access-key-id }}
40
- # aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
41
- # aws-region: us-west-1
36
+ uv tool update-shell
Original file line number Diff line number Diff line change 19
19
name : Build wheels on ${{ matrix.os }}
20
20
runs-on : ${{ matrix.os }}
21
21
strategy :
22
+ fail-fast : false
22
23
matrix :
23
24
os : [ubuntu-latest, macos-latest]
24
25
43
44
git branch
44
45
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
45
46
47
+ # TODO: add cbuildwheel cache
46
48
- name : Build wheels
47
- run : uv run --frozen cibuildwheel --output-dir dist
49
+
50
+ env :
51
+ HATCH_BUILD_HOOKS_ENABLE : true
52
+ CIBW_SKIP : cp313-macosx_*,*i686*
48
53
49
54
- uses : actions/upload-artifact@v4
50
55
with :
You can’t perform that action at this time.
0 commit comments