Skip to content

Conversation

jorisvandenbossche
Copy link
Member

See if we can backport #61718, as this would make releasing the 2.3.x a lot easier (since we now have to manually download wheel files).

And then we can also already try it out on an actual release sooner

@jorisvandenbossche jorisvandenbossche added this to the 2.3.3 milestone Sep 21, 2025
Comment on lines +236 to +242
- name: Collect files
run: |
mkdir -p upload
# skip any wheel that contains 'pyodide'
find dist -name '*pyodide*.whl' -prune -o \
-name '*.whl' -exec mv {} upload/ \;
find dist -name '*.tar.gz' -exec mv {} upload/ \;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I think this can be done in the actions/download-artifact action by specifying merge-multiple: true and pattern that captures these regexes

@mroeschke mroeschke merged commit 4264ee1 into pandas-dev:2.3.x Sep 22, 2025
52 of 53 checks passed
@jorisvandenbossche jorisvandenbossche deleted the backport-trusted-publishing branch September 22, 2025 17:33
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.

3 participants