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 849ff42 commit a85e804Copy full SHA for a85e804
.github/workflows/ci.yml
@@ -146,14 +146,14 @@ jobs:
146
PYTHON_ZLIB_NG_LINK_DYNAMIC: True
147
148
deploy:
149
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
150
runs-on: ${{ matrix.os }}
151
- needs:
152
- - lint
153
- - package-checks
154
- - test-static
155
- - test-dynamic
156
- - test-arch
+# needs:
+# - lint
+# - package-checks
+# - test-static
+# - test-dynamic
+# - test-arch
157
strategy:
158
matrix:
159
os:
0 commit comments