Skip to content

Commit 745cb8e

Browse files
committed
Add python
1 parent 7192d7e commit 745cb8e

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,7 @@ on:
1212
pull_request:
1313
branches: [main]
1414

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-
2415
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-
3516
build_wheels:
3617
name: Building wheels on ${{ matrix.os }}
3718
runs-on: ${{ matrix.os }}
@@ -45,6 +26,9 @@ jobs:
4526
with:
4627
fetch-depth: 0
4728
submodules: true
29+
- uses: actions/setup-python@v6
30+
with:
31+
python-version: ${{ matrix.python-version }}
4832

4933
- uses: pypa/cibuildwheel@v2.21
5034
env:

0 commit comments

Comments
 (0)