Skip to content

Commit afbb527

Browse files
authored
Fix missing channel entry for Pip pkg (#122)
1 parent dc68b2e commit afbb527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

empack/filter_env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def iterate_pip_pkg_record(env_prefix):
4949
fn=f"{package_name}-{package_version}",
5050
build="pip",
5151
build_number=0,
52+
channel="PyPi",
5253
depends=[],
5354
)
5455

0 commit comments

Comments
 (0)