Skip to content

Commit c60b36d

Browse files
authored
Run sdist when scheduled, but do not upload to scientific-python-nightly-wheels index (#9248)
1 parent 4892244 commit c60b36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
path: winbuild\build\bin\fribidi*
233233

234234
sdist:
235-
if: github.event_name != 'schedule'
235+
if: github.event_name != 'schedule' || github.repository_owner == 'python-pillow'
236236
runs-on: ubuntu-latest
237237
steps:
238238
- uses: actions/checkout@v5
@@ -277,7 +277,7 @@ jobs:
277277
steps:
278278
- uses: actions/download-artifact@v5
279279
with:
280-
pattern: dist-*
280+
pattern: dist-*.whl
281281
path: dist
282282
merge-multiple: true
283283
- name: Upload wheels to scientific-python-nightly-wheels

0 commit comments

Comments
 (0)