Skip to content

Commit d095461

Browse files
committed
Deploy updates.
1 parent c6be71c commit d095461

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/autodeploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
release:
1010
types:
1111
- published
12-
13-
# Dont allow running manually from Actions tab -- use manualdeploy for this
14-
#workflow_dispatch:
12+
workflow_dispatch:
1513

1614
jobs:
1715
build_wheels:
@@ -32,11 +30,12 @@ jobs:
3230
python-version: '3.10'
3331

3432
- name: Build wheels
35-
uses: pypa/cibuildwheel@v2.1.2
33+
uses: pypa/cibuildwheel@v2.19
3634
env:
3735
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
3836
CIBW_BUILD_VERBOSITY: 1
3937
CIBW_BEFORE_ALL_LINUX: ./.github/ci-scripts/before_install.sh
38+
CIBW_BEFORE_ALL_MACOS: ./.github/ci-scripts/before_install_macos.sh
4039

4140
- uses: actions/upload-artifact@v4
4241
with:

0 commit comments

Comments
 (0)