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
CI: Add nightly upload of wheels to Anaconda Cloud
Add nightlies.yml GitHub Action workflow that uses the gh CLI API to
download the 'wheels' artifact from the latest completed build of the
cibuildwheel workflow from the 'main' branch. This is done by getting
the fields 'status' and 'databaseId' from the output of `gh run list`
as JSON and then using jq to filter for completed runs and then sort
the databaseIds in descending order to get the latest completed build
run number. Then the 'wheels' artifact can be downloaded.
The downloaded wheels are then uploaded to the scipy-wheels-nightly
Anaconda Cloud organization (https://anaconda.org/scipy-wheels-nightly)
using the anaconda-client CLI API.
0 commit comments