-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make Remove Old Wheels workflow seperate GitHub Action #62
Comments
I think anything we can do to make their life easier is great. |
Totally reasonable proposal, and I'm happy to do the refactoring or review PRs for it! |
Hi! I'm willing to help out by writing a PR for this, but I would love some pointers as to how to start – one of the reasons why I ask this is because isn't it easy for someone to run a workflow from a file, i.e., just run https://github.com/scientific-python/upload-nightly-action/blob/main/.github/workflows/remove-wheels.yml inside another workflow? i.e., something like: - name: Delete older wheel uploads
uses: scientific-python/upload-nightly-action/.github/workflows/remove-wheels.yml@main or is the plan to publish two separate workflows per release so that they can be called with |
As we're getting requests from different libraries to be added (Issues #29, #45, #50) and recommending to those groups to instead make their own Anaconda Cloud org and use the
0.3.0
release of the action to upload to their own org (#47 (comment), scikit-hep/awkward#3011) it would be nice to also not have these teams have to reimpliment their own space saving workflow.It would be easy to turn the "Remove old wheels" workflow into a YAML only (no Docker needed) GitHub Action to pair with the
upload-nightly-action
.Thoughts?
The text was updated successfully, but these errors were encountered: