mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-19 18:24:43 +03:00
Run sdist when scheduled, but do not upload to scientific-python-nightly-wheels index (#9248)
This commit is contained in:
parent
4892244908
commit
c60b36d0a7
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
|
@ -232,7 +232,7 @@ jobs:
|
|||
path: winbuild\build\bin\fribidi*
|
||||
|
||||
sdist:
|
||||
if: github.event_name != 'schedule'
|
||||
if: github.event_name != 'schedule' || github.repository_owner == 'python-pillow'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
@ -277,7 +277,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v5
|
||||
with:
|
||||
pattern: dist-*
|
||||
pattern: dist-*.whl
|
||||
path: dist
|
||||
merge-multiple: true
|
||||
- name: Upload wheels to scientific-python-nightly-wheels
|
||||
|
|
Loading…
Reference in New Issue
Block a user