Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection parameters cannot be last #71

Open
YaroslavKormushyn opened this issue Jul 13, 2022 · 1 comment
Open

Collection parameters cannot be last #71

YaroslavKormushyn opened this issue Jul 13, 2022 · 1 comment

Comments

@YaroslavKormushyn
Copy link

The --channels parameter accepts a list of conda package channels, so we cannot pass the channels as the last parameter before the actual files. We either need to add this to the help page and docs or improve the parameter passing in order to have it independent of order.

Example:

> conda press --skip-python --subdir win-64 --channels ifcopenshell ifcopenshell=0.7.0
conda-press: error: the following arguments are required: files
@YaroslavKormushyn
Copy link
Author

Ok, this applies to any list parameter - it will always think that the actual files to build wheels from are part of the previous list parameter input.

@YaroslavKormushyn YaroslavKormushyn changed the title Cannot pass channels parameter as last Collection parameters cannot be last Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant