Skip to content

Commit 8ff83f1

Browse files
committed
fix: only upload from linux runs v3
1 parent 1de503f commit 8ff83f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CIBW_ENVIRONMENT_MACOS: |
3434
CFLAGS="-O3 -march=native -funroll-loops -ffast-math -fPIC -I/opt/homebrew/opt/libomp/include -Xpreprocessor -fopenmp"
3535
LDFLAGS="-L/opt/homebrew/opt/libomp/lib -lomp"
36-
CIBW_SKIP: "pp* *musllinux* *-win_amd64"
36+
CIBW_SKIP: "pp* *musllinux* *-win32"
3737

3838
# Linux job also builds an sdist once:
3939
- name: Build sdist

0 commit comments

Comments
 (0)