#conda-forge
Tag
-
Backporting fixes to older releases on Conda Forge
Some quick notes on how to make a backport Conda Forge release.
Context
We recently had a security vulnerability in Dask which we patched in
2026.1.1(see GHSA-c336-7962-wfj2 for more information on what happened). -
Publishing open source Python packages on GitHub, PyPI and Conda Forge
In this post we will cover making our code available to people. This is the bit where we open the source! We will push our code to a code posting platform and then package up our library and submit it to a couple of repositories to make it easy for people to install.