File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1919 - ' major' # breaking changes
2020
2121jobs :
22- unit-tests :
23- uses : ' ./.github/workflows/testing-unit.yaml'
24- secrets : inherit
25- integration-tests :
26- uses : ' ./.github/workflows/testing-integration.yaml'
27- secrets : inherit
28- dependency-tests :
29- uses : ' ./.github/workflows/testing-dependency.yaml'
30- secrets : inherit
22+ # unit-tests:
23+ # uses: './.github/workflows/testing-unit.yaml'
24+ # secrets: inherit
25+ # integration-tests:
26+ # uses: './.github/workflows/testing-integration.yaml'
27+ # secrets: inherit
28+ # dependency-tests:
29+ # uses: './.github/workflows/testing-dependency.yaml'
30+ # secrets: inherit
3131
3232 pypi :
3333 uses : ' ./.github/workflows/publish-to-pypi.yaml'
34- needs :
35- - unit-tests
36- - integration-tests
37- - dependency-tests
34+ # needs:
35+ # - unit-tests
36+ # - integration-tests
37+ # - dependency-tests
3838 with :
3939 isPrerelease : false
4040 ref : ${{ inputs.ref }}
4545 PYPI_USERNAME : __token__
4646 PYPI_PASSWORD : ${{ secrets.PROD_PYPI_PUBLISH_TOKEN }}
4747
48- docs-publish :
49- uses : ' ./.github/workflows/build-and-publish-docs.yaml'
50- secrets : inherit
51- needs :
52- - pypi
48+ # docs-publish:
49+ # uses: './.github/workflows/build-and-publish-docs.yaml'
50+ # secrets: inherit
51+ # needs:
52+ # - pypi
You can’t perform that action at this time.
0 commit comments