Skip to content

Commit b4a13ec

Browse files
authored
Merge pull request #1433 from ForgottenProgramme/patch-19
Fix #1424 : Added 'Downloading prebuilt packages'
2 parents 69c4ec0 + 7cc7114 commit b4a13ec

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/maintainer/updating_pkgs.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,22 @@ Note that for long build logs one can do
187187
188188
to save it in a text file for future inspection.
189189

190-
Once built, you can find the finished package in the ``build_artifacts`` directory in your feedstock.
190+
Once built, you can find the finished package in the ``build_artifacts`` directory in your feedstock.
191+
192+
193+
Downloading prebuilt packages
194+
-----------------------------
195+
A neat feature that feedstocks have is the ability to `upload packages to the CI provider for testing <https://conda-forge.org/docs/maintainer/conda_forge_yml.html?highlight=store_build_artifacts#azure>`_.
196+
This is useful when trying out packages built in a PR. But you first need to download these prebuilt packages.
197+
198+
To download prebuilt packages follow the steps below:
199+
200+
- Starting from your PR, navigate to the CI.
201+
- Open the log corresponding to the package you want to download.
202+
- In this log find a link to the ``artifacts produced``.
203+
- From the list of published artifacts that appears download your required archive.
204+
- Unarchive and extract the required package.
205+
191206

192207
.. _maint_fix_broken_packages:
193208

0 commit comments

Comments
 (0)