Skip to content

Commit

Permalink
Add required sanity check flags to ensure deletion of testpypi artifa…
Browse files Browse the repository at this point in the history
…cts.

Pin version to protect against API changes.
  • Loading branch information
rtibbles committed Jan 7, 2025
1 parent 13d05c3 commit ac9ac02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pypi-cleanup
pip install pypi-cleanup==0.1.8
- name: Cleanup TestPyPi
env:
PYPI_CLEANUP_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }}
run: pypi-cleanup --host https://test.pypi.org --package kolibri --leave-most-recent-only --username __token__
run: pypi-cleanup --host https://test.pypi.org --package kolibri --leave-most-recent-only --username __token__ --yes --do-it

0 comments on commit ac9ac02

Please sign in to comment.