Skip to content

Commit 1588072

Browse files
committed
release.yml - skip all tests
1 parent 9326839 commit 1588072

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Build wheels
4545
uses: joerick/[email protected]
46+
env:
47+
CIBW_TEST_SKIP: "*"
4648

4749
- uses: actions/upload-artifact@v3
4850
with:
@@ -65,6 +67,8 @@ jobs:
6567

6668
- name: Build wheels
6769
uses: joerick/[email protected]
70+
env:
71+
CIBW_TEST_SKIP: "*"
6872

6973
- uses: actions/upload-artifact@v3
7074
with:

0 commit comments

Comments
 (0)