chore: try static-libpython for nuitka

This commit is contained in:
monosans
2024-10-02 14:26:02 +03:00
parent d914d54cb3
commit b3f9be146a
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- run: uv run --extra non-termux --extra nuitka --no-dev --frozen --python 3.12 python -m nuitka --standalone --python-flag='-m' --assume-yes-for-downloads proxy_scraper_checker
- run: uv run --extra non-termux --extra nuitka --no-dev --frozen --python 3.12 python -m nuitka --standalone --python-flag='-m' --assume-yes-for-downloads --static-libpython=yes proxy_scraper_checker
- run: mv config.toml proxy_scraper_checker.dist/
- if: ${{ github.event_name != 'pull_request' }}
uses: actions/attest-build-provenance@v1