diff --git a/.github/workflows/cleanup_test_pypi.yml b/.github/workflows/cleanup_test_pypi.yml index afc1714a1e..317a6ecad3 100644 --- a/.github/workflows/cleanup_test_pypi.yml +++ b/.github/workflows/cleanup_test_pypi.yml @@ -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