You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/updating_pkgs.rst
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,22 @@ Note that for long build logs one can do
187
187
188
188
to save it in a text file for future inspection.
189
189
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.
0 commit comments