File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -686,51 +686,51 @@ jobs:
686
686
wheel-tags-to-skip :
687
687
- >-
688
688
${{
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
+ || ''
698
698
}}
699
699
- >-
700
700
${{
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
+ || ''
710
710
}}
711
711
- >-
712
712
${{
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
+ || ''
722
722
}}
723
723
- >-
724
724
${{
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
+ || ''
734
734
}}
735
735
uses : ./.github/workflows/reusable-cibuildwheel.yml
736
736
with :
You can’t perform that action at this time.
0 commit comments