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 7192d7e commit 745cb8eCopy full SHA for 745cb8e
1 file changed
.github/workflows/build.yml
@@ -12,26 +12,7 @@ on:
12
pull_request:
13
branches: [main]
14
15
- # Manual trigger for pushing to PyPI
16
- workflow_dispatch:
17
- inputs:
18
- deploy:
19
- description: "Upload wheels & sdist to PyPI?"
20
- required: true
21
- type: boolean
22
- default: false
23
-
24
jobs:
25
- build_sdist:
26
- name: Build source
27
- runs-on: ubuntu-latest
28
- strategy:
29
- fail-fast: false
30
- steps:
31
- - uses: actions/checkout@master
32
- with:
33
- submodules: "recursive"
34
35
build_wheels:
36
name: Building wheels on ${{ matrix.os }}
37
runs-on: ${{ matrix.os }}
@@ -45,6 +26,9 @@ jobs:
45
with:
46
fetch-depth: 0
47
submodules: true
+ - uses: actions/setup-python@v6
+ with:
+ python-version: ${{ matrix.python-version }}
48
49
- uses: pypa/cibuildwheel@v2.21
50
env:
0 commit comments