File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161 nightly-build :
6262 needs : set-version
63- uses : ./.github/workflows/pypi-build-artifacts.yml # local reusable workflow
63+ uses : ./.github/workflows/pypi-build-artifacts.yml
6464 with :
6565 version : ${{ needs.set-version.outputs.VERSION }}
6666 testpypi-publish :
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 needs :
132132 - validate-inputs
133133 - validate-library-version
134- uses : ./.github/workflows/svn-build-artifacts.yml # local reusable workflow
134+ uses : ./.github/workflows/svn-build-artifacts.yml
135135 with :
136136 version : ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
137137
@@ -140,6 +140,6 @@ jobs:
140140 needs :
141141 - validate-inputs
142142 - validate-library-version
143- uses : ./.github/workflows/pypi-build-artifacts.yml # local reusable workflow
143+ uses : ./.github/workflows/pypi-build-artifacts.yml
144144 with :
145145 version : ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
You can’t perform that action at this time.
0 commit comments