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
In #165 we set up the initial package publishing for rapids-logger. However, it appears that there are still a few significant gaps that we need to close here. This issue is to track those outstanding limitations:
Currently the wheels only publish to pypi.org, not pypi.nvidia.com. At this point we are dual-publishing all the other wheels so we may as well dual-publish this one as well.
When CI uploads release builds of rapids-logger, the packages are only published to the rapidsai channel (because we never release alphas), then we have to manually copy them back to the rapidsai-nightly channel. We want that dual-publishing in conda to also be automated.
In #165 we set up the initial package publishing for rapids-logger. However, it appears that there are still a few significant gaps that we need to close here. This issue is to track those outstanding limitations: