Skip to content

Commit 6d17ee8

Browse files
jswhit2jswhit2
authored andcommitted
fix typo
1 parent 263d10c commit 6d17ee8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.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
@@ -170,7 +170,7 @@ jobs:
170170
uses: pypa/cibuildwheel@v3.3.0
171171
env:
172172
CIBW_ARCHS: ARM64
173-
CIBW_SKIP: "cp310-*
173+
CIBW_SKIP: "cp310-*"
174174

175175
- uses: actions/upload-artifact@v6
176176
with:

0 commit comments

Comments
 (0)