Skip to content

Commit 963475e

Browse files
committed
MAINT: update wheels.yml for split repo setup
1 parent 3dfb9e7 commit 963475e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,16 @@ jobs:
7272
env:
7373
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
7474
steps:
75+
- name: Checkout numpy-release
76+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77+
with:
78+
persist-credentials: false
79+
7580
- name: Checkout numpy
7681
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7782
with:
83+
repository: numpy/numpy
84+
path: numpy-src
7885
submodules: true
7986
persist-credentials: false
8087

@@ -140,9 +147,16 @@ jobs:
140147
name: Build sdist
141148
runs-on: ubuntu-latest
142149
steps:
150+
- name: Checkout numpy-release
151+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152+
with:
153+
persist-credentials: false
154+
143155
- name: Checkout numpy
144156
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
145157
with:
158+
repository: numpy/numpy
159+
path: numpy-src
146160
submodules: true
147161
persist-credentials: false
148162

0 commit comments

Comments
 (0)