chore: remove setup-python action (#360)

This commit is contained in:
monosans
2024-11-16 13:51:08 +00:00
committed by GitHub
parent d33695bcb3
commit fbc8fc2585
-4
View File
@@ -41,10 +41,6 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- uses: actions/setup-python@v5
with:
python-version: "3.12"
check-latest: true
- run: uv run --extra non-termux --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --standalone --python-flag='-m' --assume-yes-for-downloads --lto=yes proxy_scraper_checker
- run: mv config.toml proxy_scraper_checker.dist/
- if: ${{ github.event_name != 'pull_request' }}