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

Create github action for automatically cleaning up test pypi. #12905

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

rtibbles
Copy link
Member

@rtibbles rtibbles commented Dec 3, 2024

Summary

  • Creates github action that uses the cleanup-pypi package to automatically cleanup all but the last release from test pypi
  • Allows it to be run manually and as a reusable workflow
  • Run it before uploading to test pypi in kolibri release workflow.

Reviewer guidance

Cross reference closely with the documentation, run the command locally with the --query-only flag to ensure that it is only getting a listing of packages from test-pypi and not from real pypi.

Run it before uploading to test pypi in kolibri release workflow.
@github-actions github-actions bot added the DEV: dev-ops Continuous integration & deployment label Dec 3, 2024
Copy link
Member

@marcellamaki marcellamaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

running on test.pypi.org ✅

@rtibbles rtibbles merged commit 4ae3fc7 into learningequality:develop Dec 4, 2024
35 checks passed
@rtibbles rtibbles deleted the test_pypi_cleanup branch December 4, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV: dev-ops Continuous integration & deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants