Fallthrough #17 - Maintainers, Monetization, and Making The Time
Had an amazing chat with Matthew and Angelica about being a maintainer, monetization, making …
This release introduces support to Python builds through Poetry and UV!
Let’s dig into some of the news!
You can no build Python packages with UV or Poetry.
You can run goreleaser init
in your Python project, and it should generate the
appropriate .goreleaser.yml
for you, but, basically, all you need is this:
builds:
- builder: uv
buildmode: wheel
You can also change uv
to poetry
if you want that instead, and you can also
add another build instance with buildmode: sdist
if you need it.
You can see a full example here, as well as docs for both UV and Poetry.
Python builds are the biggest news of this release, but we still put another couple of good improvements in there:
{{ sha256 .ArtifactPath }}
;sbomDir
to your Ko configurations;privacy_url
and installation_notes
;I’ll be speaking at Gophercon LATAM 2025 next week! Come chat if you go, I’ll have stickers! :)
You can install or upgrade using your favorite package manager, or see the full release notes and download the pre-compiled binaries from GitHub:
You can help by reporting issues, contributing features, documentation improvements, and bug fixes. You can also sponsor the project, or get a GoReleaser Pro license.