We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac14256 commit 1bca1dbCopy full SHA for 1bca1db
1 file changed
.github/workflows/make_release.yml
@@ -1,10 +1,9 @@
1
name: Build and upload to PyPI
2
3
on:
4
- release:
5
- types:
6
- - published
7
-
+ push:
+ branches:
+ - "*"
8
9
jobs:
10
build_wheels:
@@ -41,7 +40,6 @@ jobs:
41
40
name: cibw-wheels-${{ matrix.os }}-${{ matrix.platform}}-${{ strategy.job-index }}
42
path: ./wheelhouse/*.whl
43
44
45
build_sdist:
46
name: Build source distribution
47
runs-on: ubuntu-latest
@@ -67,7 +65,6 @@ jobs:
67
65
environment: release
68
66
permissions:
69
id-token: write
70
- if: github.event_name == 'release' && github.event.action == 'published'
71
steps:
72
- uses: actions/download-artifact@v4
73
with:
0 commit comments