Skip to content

Commit 449b9c7

Browse files
committed
MAINT: update wheels.yml for split repo setup
1 parent b9e948f commit 449b9c7

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
@@ -69,9 +69,16 @@ jobs:
6969
env:
7070
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
7171
steps:
72+
- name: Checkout numpy-release
73+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74+
with:
75+
persist-credentials: false
76+
7277
- name: Checkout numpy
7378
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7479
with:
80+
repository: numpy/numpy
81+
path: numpy-src
7582
submodules: true
7683
persist-credentials: false
7784

@@ -137,9 +144,16 @@ jobs:
137144
name: Build sdist
138145
runs-on: ubuntu-latest
139146
steps:
147+
- name: Checkout numpy-release
148+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149+
with:
150+
persist-credentials: false
151+
140152
- name: Checkout numpy
141153
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142154
with:
155+
repository: numpy/numpy
156+
path: numpy-src
143157
submodules: true
144158
persist-credentials: false
145159

0 commit comments

Comments
 (0)