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 e165662 commit 18a1208Copy full SHA for 18a1208
.github/workflows/python-package-develop.yml
@@ -53,7 +53,6 @@ jobs:
53
echo "sdk_versions=$sdk_versions" >> $GITHUB_OUTPUT
54
build:
55
needs: ['path-filter', 'get_sdk_versions']
56
- if: false
57
# if: ${{ needs.path-filter.outputs.labelbox == 'true' }}
58
strategy:
59
fail-fast: false
@@ -88,7 +87,6 @@ jobs:
88
87
test-env: 'staging'
89
secrets: inherit
90
test-pypi:
91
92
runs-on: ubuntu-latest
93
needs: ['path-filter']
94
continue-on-error: true
@@ -121,7 +119,6 @@ jobs:
121
119
packages-dir: dist/
122
120
repository-url: https://test.pypi.org/legacy/
123
test-container:
124
125
126
127
0 commit comments