Skip to content

Conversation

radarhere
Copy link
Member

In #9248, I added the following pattern

- uses: actions/download-artifact@v5
with:
pattern: dist-*.whl

However, this was incorrect, as the individual wheels are zipped together into artifacts. So you can see at https://github.com/python-pillow/Pillow/actions/runs/18478193360/job/52651536616#step:2:14 that this didn't match any artifacts.

This PR updates it to pattern: dist-!(sdist)*

@radarhere radarhere merged commit 2e74354 into python-pillow:main Oct 14, 2025
22 checks passed
@radarhere radarhere deleted the scientific branch October 14, 2025 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants