File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
99
- name : Prepare build files
100
100
run : pipx run nox -s prepare
101
101
102
- - uses : pypa/cibuildwheel@v2.17.0
102
+ - uses : pypa/cibuildwheel@v2.18.1
103
103
env :
104
104
CIBW_BUILD : " ${{ matrix.build }}*"
105
105
CIBW_ARCHS : ${{ matrix.arch }}
@@ -148,7 +148,7 @@ jobs:
148
148
149
149
150
150
151
- - uses : pypa/cibuildwheel@v2.17.0
151
+ - uses : pypa/cibuildwheel@v2.18.1
152
152
env :
153
153
CIBW_BUILD : cp${{ matrix.python }}-*
154
154
CIBW_ARCHS : ${{ matrix.arch }}
Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ jobs:
65
65
- name : Prepare build files
66
66
run : pipx run nox -s prepare
67
67
68
- - uses : pypa/cibuildwheel@v2.17.0
68
+ - uses : pypa/cibuildwheel@v2.18.1
69
69
env :
70
70
CIBW_ARCHS_MACOS : universal2
71
71
CIBW_BUILD : cp39-win_amd64 cp310-manylinux_x86_64 cp38-macosx_universal2
72
72
with :
73
73
config-file : cibuildwheel.toml
74
74
package-dir : awkward-cpp
75
75
76
- - uses : pypa/cibuildwheel@v2.17.0
76
+ - uses : pypa/cibuildwheel@v2.18.1
77
77
if : matrix.os == 'ubuntu-latest'
78
78
env :
79
79
CIBW_BUILD : cp312-manylinux_x86_64
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
python -m build -w awkward-cpp
109
109
110
110
- name : Find built wheel
111
- uses : tj-actions/glob@v21
111
+ uses : tj-actions/glob@v22
112
112
id : find-wheel
113
113
with :
114
114
files : |
You can’t perform that action at this time.
0 commit comments