We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4892244 commit c60b36dCopy full SHA for c60b36d
1 file changed
.github/workflows/wheels.yml
@@ -232,7 +232,7 @@ jobs:
232
path: winbuild\build\bin\fribidi*
233
234
sdist:
235
- if: github.event_name != 'schedule'
+ if: github.event_name != 'schedule' || github.repository_owner == 'python-pillow'
236
runs-on: ubuntu-latest
237
steps:
238
- uses: actions/checkout@v5
@@ -277,7 +277,7 @@ jobs:
277
278
- uses: actions/download-artifact@v5
279
with:
280
- pattern: dist-*
+ pattern: dist-*.whl
281
path: dist
282
merge-multiple: true
283
- name: Upload wheels to scientific-python-nightly-wheels
0 commit comments