Skip to content

Commit

Permalink
try fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 25, 2024
1 parent 2c6898d commit 584a167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
python-version: 3.8 # Usa la versione 3.8 per migliore compatibilità su Windows

- name: Set cibuildwheel options
shell: pwsh
run: |
export CIBW_SKIP="cp37-win32" # Salta CPython 3.7 32 bit su Windows
$env:CIBW_SKIP="cp37-win32" # Salta CPython 3.7 32 bit su Windows
- name: Install cibuildwheel
run: python -m pip install cibuildwheel
Expand Down

0 comments on commit 584a167

Please sign in to comment.