Skip to content

Commit 2d318af

Browse files
hodoulphenryiii
andauthored
chore: update to new cibuildwheel location (#1513) (#1517)
Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 445c45b commit 2d318af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
platforms: all
114114

115115
- name: Build wheels
116-
uses: joerick/[email protected]
116+
uses: pypa/[email protected]
117117
env:
118118
CIBW_BUILD: ${{ matrix.python }}
119119
CIBW_ARCHS: ${{ matrix.arch }}
@@ -179,7 +179,7 @@ jobs:
179179
python-version: '3.8'
180180

181181
- name: Build wheels
182-
uses: joerick/[email protected]
182+
uses: pypa/[email protected]
183183
env:
184184
CIBW_BUILD: ${{ matrix.python }}
185185
CIBW_ARCHS: ${{ matrix.arch }}
@@ -244,7 +244,7 @@ jobs:
244244
python-version: '3.8'
245245

246246
- name: Build wheels
247-
uses: joerick/[email protected]
247+
uses: pypa/[email protected]
248248
env:
249249
CIBW_BUILD: ${{ matrix.python }}
250250
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)