Skip to content

Attach only wheels and sdists to the GitHub Release - #508

Open
LennartPurucker wants to merge 1 commit into
mainfrom
fix/release-assets
Open

Attach only wheels and sdists to the GitHub Release#508
LennartPurucker wants to merge 1 commit into
mainfrom
fix/release-assets

Conversation

@LennartPurucker

Copy link
Copy Markdown
Collaborator

Follow-up to #507. uv build writes a .gitignore into dist/, so files: dist/* in release.yml uploaded it to the v0.1.0 GitHub Release as default.gitignore (already deleted from that release by hand). The glob now matches only dist/*.whl and dist/*.tar.gz. uv publish dist/* was unaffected: uv only uploads distribution files.

🤖 Generated with Claude Code

uv build writes a .gitignore into dist/, and 'files: dist/*' uploaded it to the
v0.1.0 release as 'default.gitignore' (removed by hand). Match the distribution
files explicitly instead.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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