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 cdc8318 commit 586dd43Copy full SHA for 586dd43
.github/workflows/python_wheel_build.yml
@@ -8,13 +8,8 @@ on:
8
type: string
9
required: true
10
default: "experimental-pip-install-root"
11
- pull_request:
12
- branches:
13
- - master
14
- types:
15
- - opened
16
- - synchronize
17
- - reopened
+ push:
+ branches: experimental-pip-install-root
18
19
jobs:
20
python_wheel:
@@ -39,8 +34,8 @@ jobs:
39
34
output-dir: ${{ env.WORKDIR }}/wheelhouse
40
35
41
36
- name: Upload wheel to github
42
- uses: actions/upload-artifact@v4
43
37
working-directory: ${{ env.WORKDIR }}
38
+ uses: actions/upload-artifact@v4
44
with:
45
name: cibw-wheels-test
46
path: wheelhouse/*.whl
0 commit comments