File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 2424 default : ' rc1'
2525
2626jobs :
27- unit-tests :
28- uses : ' ./.github/workflows/testing-unit.yaml'
29- secrets : inherit
30- integration-tests :
31- uses : ' ./.github/workflows/testing-integration.yaml'
32- secrets : inherit
33- dependency-tests :
34- uses : ' ./.github/workflows/testing-dependency.yaml'
35- secrets : inherit
27+ # unit-tests:
28+ # uses: './.github/workflows/testing-unit.yaml'
29+ # secrets: inherit
30+ # integration-tests:
31+ # uses: './.github/workflows/testing-integration.yaml'
32+ # secrets: inherit
33+ # dependency-tests:
34+ # uses: './.github/workflows/testing-dependency.yaml'
35+ # secrets: inherit
3636
3737 pypi :
3838 uses : ' ./.github/workflows/publish-to-pypi.yaml'
39- needs :
40- - unit-tests
41- - integration-tests
42- - dependency-tests
39+ # needs:
40+ # - unit-tests
41+ # - integration-tests
42+ # - dependency-tests
4343 with :
4444 isPrerelease : true
4545 ref : ${{ inputs.ref }}
4949 secrets :
5050 PYPI_USERNAME : __token__
5151 PYPI_PASSWORD : ${{ secrets.PROD_PYPI_PUBLISH_TOKEN }}
52-
You can’t perform that action at this time.
0 commit comments