We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6be71c commit d095461Copy full SHA for d095461
.github/workflows/autodeploy.yml
@@ -9,9 +9,7 @@ on:
9
release:
10
types:
11
- published
12
-
13
- # Dont allow running manually from Actions tab -- use manualdeploy for this
14
- #workflow_dispatch:
+ workflow_dispatch:
15
16
jobs:
17
build_wheels:
@@ -32,11 +30,12 @@ jobs:
32
30
python-version: '3.10'
33
31
34
- name: Build wheels
35
- uses: pypa/cibuildwheel@v2.1.2
+ uses: pypa/cibuildwheel@v2.19
36
env:
37
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
38
CIBW_BUILD_VERBOSITY: 1
39
CIBW_BEFORE_ALL_LINUX: ./.github/ci-scripts/before_install.sh
+ CIBW_BEFORE_ALL_MACOS: ./.github/ci-scripts/before_install_macos.sh
40
41
- uses: actions/upload-artifact@v4
42
with:
0 commit comments