Back to News Hub
🤗Hugging Face
June 23, 2026
General AI

Shipping huggingface_hub every week with AI, open tools, and a human in the loop

Overview

We're on a journey to advance and democratize artificial intelligence through open source and open science. Back to Articles a]:hidden"> Shipping huggingface_hub every week with AI, open tools, and a human in the loop Published June 23, 2026 Update on GitHub Upvote 5 Lucain Pouget Wauplin Follow Célina Hanouti celinah Follow is the Python client at the base of the Hugging Face ecosystem. , , , and dozens of other libraries depend on it to talk to the Hub.

Key Takeaways

  • Every week we don't ship a new release is a week of fixes and features stuck on .
  • Already in CI: Publishing to PyPI once a tag was pushed.

    Opening test branches in downstream libraries with the release candidate pinned.

  • Nothing technically hard but a few hours of focused attention.

    Add the announcements on top and a minor release was easily a half-day of work spread over several days.

  • This is where AI comes in, turning a blank page into a solid first draft in seconds.

    It's also where we have to be careful because a draft that looks confident and is subtly wrong is worse than no draft at all.

  • A tour of the pipeline The full workflow is a single file, , triggered by hand from the Actions UI.

We built it using open-source tools and open-weights models and kept a human in the loop at the one place where judgment matters. Nothing in this post requires a vendor contract, a closed model, or infrastructure you can't run yourself. That was a design goal from the start since we wanted a workflow other maintainers could pick up and adapt.

By the end of this post, you'll have everything you need to build your own. Where we started The old process was partly automated, mostly manual. Already in CI: Publishing to PyPI once a tag was pushed.

Opening test branches in downstream libraries with the release candidate pinned. Still manual, every single time: Creating the release branch, bumping the version in , committing, tagging, pushing. Watching the downstream CI runs and triaging failures.

For more details please read the original article at Hugging Face.

Continue Learning

Originally published by Hugging Face
Read the original

Comments

Sign in to join the conversation