-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure_feedstock.py: Re-add per provider parsing of upload_packages
Re-enable upload_packages to be set to False on a per provider basis to override default upload logic. Also remove the non parsed default entry for Azure.
- Loading branch information
1 parent
ff61759
commit 84ac79b
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
**Added:** | ||
|
||
* <news item> | ||
|
||
**Changed:** | ||
|
||
* <news item> | ||
|
||
**Deprecated:** | ||
|
||
* Unparsed `"upload_packages": False` from default conda-forge.yml, as not parsed & no longer reflective of defaults | ||
|
||
**Removed:** | ||
|
||
* <news item> | ||
|
||
**Fixed:** | ||
|
||
* re-enabled `upload_packages` per provider to conda-forge.yml, which when set to False overrides default upload logic | ||
|
||
**Security:** | ||
|
||
* <news item> | ||
|