Skip to content

Commit

Permalink
try deploy new version for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 25, 2024
1 parent b33afaf commit 2c6898d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
with:
python-version: 3.8 # Usa la versione 3.8 per migliore compatibilità su Windows

- name: Set cibuildwheel options
run: |
export CIBW_SKIP="cp37-win32" # Salta CPython 3.7 32 bit su Windows
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.2
run: python -m pip install cibuildwheel

- name: Build wheels
run: python -m cibuildwheel --output-dir dist
run: python -m cibuildwheel --output-dir dist --verbose

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2c6898d

Please sign in to comment.