Bork v11.0 Release
Bork v11.0 has been released!
Bork is a build and release frontend for Python projects configured using pyproject.toml.
You can install it via:
pipx install bork==11.0.0
The specific changes included in this release can be found in the release notes on GitHub.
Python Version Support
Bork v11 supports Python 3.11, 3.12, 3.13, and 3.14.
NEW FEATURES
If you enable GitHub as a Trusted Publisher for PyPi, and no credentials are provided via environment variables, then running bork release in GitHub Actions.
If you’re using GitHub Actions for CI, and want to adopt this for a project:
- Follow the instructions linked to above.
- Don’t set
BORK_PYPI_TOKEN,BORK_PYPI_USERNAME, orBORK_PYPI_PASSWORDin your CI environment. - Have your CI environment run
bork buildand thenbork release.
That’s it, unless something is broken. If something is broken, please let me know.
Contact Info
If you run into problems, please open an issue on GitHub.
If you’re using Bork, please reach out and let me know what you’re using it for and what you think of it! I don’t know much about who uses Bork, and I would love to have more insight into what people feel works well and what could be better.
You can contact me on Bluesky (@duckinator.bsky.social), Mastodon (@puppy@weirder.earth), or via email (ellen AT duckinator DOT net).