Skip to content

Commit 11c0060

Browse files
committed
Adjust README
1 parent 867bdb6 commit 11c0060

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/release.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ on:
1919
- 'major' # breaking changes
2020

2121
jobs:
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 }}
@@ -45,8 +45,8 @@ jobs:
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

0 commit comments

Comments
 (0)