Skip to content

Commit

Permalink
chore: fix nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 30, 2024
1 parent 8a17840 commit 1db9bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: "3.12"
check-latest: true
- run: uv run --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --mode=standalone --python-flag='-m' --deployment --assume-yes-for-downloads --lto=yes --product-name='proxy-scraper-checker' proxy_scraper_checker
- run: uv run --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --mode=standalone --python-flag='-m' --deployment --assume-yes-for-downloads --lto=yes proxy_scraper_checker
- run: mv config.toml proxy_scraper_checker.dist/
- if: ${{ github.event_name != 'pull_request' }}
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 1db9bc8

Please sign in to comment.