Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Mar 5, 2025
1 parent 17fa75b commit 9a8454e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:

- name: Build wheels on Windows
if: matrix.os == 'windows-latest'
env:
CIBW_SKIP: "pp*"
run: |
pip install cibuildwheel
set CIBW_SKIP=pp*
$env:CIBW_SKIP = "pp*"
cibuildwheel --output-dir dist
# You may need to adjust the above command based on your package's specific requirements
Expand Down

0 comments on commit 9a8454e

Please sign in to comment.