Skip to content
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

simplified clear-cache github action #1897

Merged
merged 1 commit into from Dec 30, 2023

Conversation

mbway
Copy link
Contributor

@mbway mbway commented Dec 30, 2023

I'm investigating the failure in #1748 and wanted to clear the cache on my fork.
I hit the API limit of 1000 requests per hour using the action and tried using the github cli instead.

When run locally, gh cache delete --all doesn't seem to hit the API limit and I'm able to clear thousands of entries without failing. Unfortunately when called from a github action it still hits the limit, but this workflow might still be an improvement because it's simpler?

Copy link

netlify bot commented Dec 30, 2023

Deploy Preview for maturin-guide ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 19dcd8e
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/659041a6b124b2000835d333
😎 Deploy Preview https://deploy-preview-1897--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@messense messense merged commit 09e4f55 into PyO3:main Dec 30, 2023
28 of 29 checks passed
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Mar 18, 2024
https://build.opensuse.org/request/show/1158801
by user mia + anag+factory
- Update to 1.5.0
  * tutorial: fix abi to match comment
    gh#PyO3/maturin#1876
  * Allow identical VIRTUAL_ENV and CONDA_PREFIX env vars
    gh#PyO3/maturin#1879
  * Upgrade pyo3 to 0.20
    gh#PyO3/maturin#1881
  * Skip directory when adding license files to wheel
    gh#PyO3/maturin#1890
  * Reject -i python when cross compiling
    gh#PyO3/maturin#1891
  * simplified clear-cache github action
    gh#PyO3/maturin#1897
  * Support uniffi-bindgen in cargo workspaces
    gh#PyO3/maturin#1909
  * Upgrade globlin to 0.8.0
    gh#PyO3/maturin#1912
  * Update **Note** to [!NOTE] in README
    gh#PyO3/maturin#1917
  * Match dependency readmes
    gh#PyO3/maturin#1915
  * Update some actions version in generate ci cli
    gh#PyO3/maturin#1916
  * Use extension name as library name, instead of h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants