We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d414eaa commit 460fa52Copy full SHA for 460fa52
1 file changed
.github/workflows/cibuildwheel.yml
@@ -3,11 +3,11 @@ name: Wheels
3
on:
4
pull_request:
5
push:
6
- tags:
7
- - "v*"
8
- release:
9
- types:
10
- - published
+ # tags:
+ # - "v*"
+ # release:
+ # types:
+ # - published
11
12
permissions:
13
contents: read
@@ -92,7 +92,7 @@ jobs:
92
echo "Setting CIBW_SKIP=$CIBW_SKIP"
93
94
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95
- uses: pypa/cibuildwheel@v3.0.1
+ uses: pypa/cibuildwheel@v3.1.0
96
env:
97
CIBW_SKIP: ${{ env.CIBW_SKIP }}
98
CIBW_ARCHS: ${{ matrix.arch }}
0 commit comments