Skip to content

Commit a85e804

Browse files
committed
Test wheelbuild
1 parent 849ff42 commit a85e804

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ jobs:
146146
PYTHON_ZLIB_NG_LINK_DYNAMIC: True
147147

148148
deploy:
149-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
149+
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
150150
runs-on: ${{ matrix.os }}
151-
needs:
152-
- lint
153-
- package-checks
154-
- test-static
155-
- test-dynamic
156-
- test-arch
151+
# needs:
152+
# - lint
153+
# - package-checks
154+
# - test-static
155+
# - test-dynamic
156+
# - test-arch
157157
strategy:
158158
matrix:
159159
os:

0 commit comments

Comments
 (0)