Skip to content

Conversation

@aditya-pandey-dev
Copy link

@aditya-pandey-dev aditya-pandey-dev commented Dec 10, 2025

This PR fixes issue #215 where the non-aarch64 publish job was also uploading the aarch64 wheel from the same workflow run.
The reusable publish workflow was downloading all artifacts matching dist-*, so every publish job could see wheels from other build jobs.

I made the wheel and sdist artifact names in publish.yml include the build target and updated the publish jobs to download only their own artifact instead of dist-*.
I run the publish workflow on the fix/artifact-scope branch and it no longer mixes artifacts between jobs. I’ll add the GitHub Actions run link here . https://github.com/aditya-pandey-dev/github-actions-workflows/actions/runs/20006487200

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.

1 participant