We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03f9b2 commit 4d8765cCopy full SHA for 4d8765c
.github/workflows/python-package-develop.yml
@@ -51,7 +51,8 @@ jobs:
51
52
build:
53
needs: ['path-filter', 'get_sdk_versions']
54
- if: ${{ needs.path-filter.outputs.labelbox == 'true' }}
+ if: false
55
+ # if: ${{ needs.path-filter.outputs.labelbox == 'true' }}
56
strategy:
57
fail-fast: false
58
matrix:
@@ -85,6 +86,7 @@ jobs:
85
86
test-env: 'staging'
87
secrets: inherit
88
test-pypi:
89
90
runs-on: ubuntu-latest
91
needs: ['path-filter']
92
continue-on-error: true
@@ -117,6 +119,7 @@ jobs:
117
119
packages-dir: dist/
118
120
repository-url: https://test.pypi.org/legacy/
121
test-container:
122
123
124
125
0 commit comments