Skip to content

Commit 460fa52

Browse files
committed
test
1 parent d414eaa commit 460fa52

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Wheels
33
on:
44
pull_request:
55
push:
6-
tags:
7-
- "v*"
8-
release:
9-
types:
10-
- published
6+
# tags:
7+
# - "v*"
8+
# release:
9+
# types:
10+
# - published
1111

1212
permissions:
1313
contents: read
@@ -92,7 +92,7 @@ jobs:
9292
echo "Setting CIBW_SKIP=$CIBW_SKIP"
9393
9494
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95-
uses: pypa/cibuildwheel@v3.0.1
95+
uses: pypa/cibuildwheel@v3.1.0
9696
env:
9797
CIBW_SKIP: ${{ env.CIBW_SKIP }}
9898
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)