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
Is your feature request related to a problem? Please describe
The current process of updating the Kaggle Wheel that is used for the Public Leaderboard, requires one of the member to manually create the custom wheel each time an update is released. This is takes quite a bit of time and we might miss it from time to time as new updates come out.
Describe the solution you'd like
Creating a GitHub Actions that goes through and creates the custom wheel and setup a PR for it similar to Dependabot.
For all this to work, we will make use of the pypi.org api to pull the latest release
Is your feature request related to a problem? Please describe
The current process of updating the Kaggle Wheel that is used for the Public Leaderboard, requires one of the member to manually create the custom wheel each time an update is released. This is takes quite a bit of time and we might miss it from time to time as new updates come out.
Describe the solution you'd like
Creating a GitHub Actions that goes through and creates the custom wheel and setup a PR for it similar to Dependabot.
For all this to work, we will make use of the pypi.org api to pull the latest release
Collect the
filename
andreleaseURL
Check if
$(basename $filename .tar.gz)-py3-none-any.whl
exists inwheels
Latest Version Exists
and STOPDownload and unzip the latest release
Check if a specific line of code exists at a specific line number in
kaggle/api/kaggle_api_extended.py
Verify new changes in this release
and STOPMake the line change
Build the Python Wheel
Create a new branch that includes the new wheel file
Additional context
The text was updated successfully, but these errors were encountered: