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 28, 2024
1 parent f18f13d commit ca2c696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
os: [windows-2022]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout

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

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact
with:
name: windows-wheel
path: dist/*.whl
Expand Down

0 comments on commit ca2c696

Please sign in to comment.