rapidsai / dependency-file-generator

https://pypi.org/project/rapids-dependency-file-generator/
Apache License 2.0
15 stars 13 forks source link

feat: Update CLI arguments #71

Closed KyleFromNVIDIA closed 6 months ago

bdice commented 6 months ago

We use --file_key a lot in RAPIDS. https://github.com/search?q=org%3Arapidsai+%22--file_key%22&type=code

When this PR is merged, it would trigger the creation of new CI images that expect the new name and thus would break CI for all repos using --file_key. Can we have a temporary way to enable both, and port repos to the new keyword before removing the old one?

KyleFromNVIDIA commented 6 months ago

I've restored both --file_key and --prepend-channels.

GPUtester commented 6 months ago

:tada: This PR is included in version 1.13.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: