Skip to content

Commit 29be009

Browse files
committed
bump version
1 parent 43329e5 commit 29be009

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-wheels-push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: build-wheels-push
22

3-
# on: push
3+
on: push
44

5-
on:
6-
release:
7-
types:
8-
- published
5+
# on:
6+
# release:
7+
# types:
8+
# - published
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.18.1
40+
uses: pypa/cibuildwheel@v2.19
4141
env:
4242
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
4343
- uses: actions/upload-artifact@v3

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Build wheels
35-
uses: pypa/cibuildwheel@v2.18.1
35+
uses: pypa/cibuildwheel@v2.19
3636
env:
3737
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
3838

0 commit comments

Comments
 (0)