beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.48k stars 353 forks source link

Only upload the briefcase assets to the release. #1777

Closed freakboy3742 closed 2 months ago

freakboy3742 commented 2 months ago

The release workflow for v0.3.18 technically failed because the TestPyPI publication didn't complete. It did successfully create the release, but it attempted (and was unable) to upload the x-briefcase wheels that are used for testing purposes.

This PR filters the release asset list to only include the "true" briefcase assets.

PR Checklist: