Skip to content

Commit c32a963

Browse files
committed
debug! dedent
1 parent c106f62 commit c32a963

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

.github/workflows/ci-cd.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -686,51 +686,51 @@ jobs:
686686
wheel-tags-to-skip:
687687
- >-
688688
${{
689-
!fromJSON(needs.pre-setup.outputs.release-requested)
690-
&& '*_i686
691-
*-macosx_universal2
692-
*-musllinux_*
693-
*-win32
694-
*_arm64
695-
*-*linux_{aarch64,ppc64le,s390x}
696-
pp*'
697-
|| ''
689+
!fromJSON(needs.pre-setup.outputs.release-requested)
690+
&& '*_i686
691+
*-macosx_universal2
692+
*-musllinux_*
693+
*-win32
694+
*_arm64
695+
*-*linux_{aarch64,ppc64le,s390x}
696+
pp*'
697+
|| ''
698698
}}
699699
- >-
700700
${{
701-
!fromJSON(needs.pre-setup.outputs.release-requested)
702-
&& '*_i686
703-
*-macosx_universal2
704-
*-musllinux_*
705-
*-win32
706-
*_arm64
707-
*-*linux_{x86_64,ppc64le,s390x}
708-
pp*'
709-
|| ''
701+
!fromJSON(needs.pre-setup.outputs.release-requested)
702+
&& '*_i686
703+
*-macosx_universal2
704+
*-musllinux_*
705+
*-win32
706+
*_arm64
707+
*-*linux_{x86_64,ppc64le,s390x}
708+
pp*'
709+
|| ''
710710
}}
711711
- >-
712712
${{
713-
!fromJSON(needs.pre-setup.outputs.release-requested)
714-
&& '*_i686
715-
*-macosx_universal2
716-
*-musllinux_*
717-
*-win32
718-
*_arm64
719-
*-*linux_{x86_64,aarch64,s390x}
720-
pp*'
721-
|| ''
713+
!fromJSON(needs.pre-setup.outputs.release-requested)
714+
&& '*_i686
715+
*-macosx_universal2
716+
*-musllinux_*
717+
*-win32
718+
*_arm64
719+
*-*linux_{x86_64,aarch64,s390x}
720+
pp*'
721+
|| ''
722722
}}
723723
- >-
724724
${{
725-
!fromJSON(needs.pre-setup.outputs.release-requested)
726-
&& '*_i686
727-
*-macosx_universal2
728-
*-musllinux_*
729-
*-win32
730-
*_arm64
731-
*-*linux_{x86_64,aarch64,ppc64le}
732-
pp*'
733-
|| ''
725+
!fromJSON(needs.pre-setup.outputs.release-requested)
726+
&& '*_i686
727+
*-macosx_universal2
728+
*-musllinux_*
729+
*-win32
730+
*_arm64
731+
*-*linux_{x86_64,aarch64,ppc64le}
732+
pp*'
733+
|| ''
734734
}}
735735
uses: ./.github/workflows/reusable-cibuildwheel.yml
736736
with:

0 commit comments

Comments
 (0)