• fix: always reinstall pip (#271)

    gitea-admin released this 2024-05-09 09:58:58 -04:00 | -365 commits to master since this release

    • fix: always reinstall pip

    If the default pip version is also the latest one,
    then the pip executable will be missing as the default pip
    is installed only as pip3/pip3.x.

    In order to always provide a pip executable, always reinstall pip.

    • chore(ci): change default version to 3.12.3

    Default to the latest stable version.

    Downloads