Skip to content

Commit

Permalink
Merge pull request #12978 from rtibbles/clean_up_pypi
Browse files Browse the repository at this point in the history
Add required sanity check flags to ensure deletion of testpypi artifacts
  • Loading branch information
rtibbles authored Jan 8, 2025
2 parents ff51dfa + ac9ac02 commit 8263a97
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 8263a97

Please sign in to comment.