Skip to content

Commit 1bca1db

Browse files
committed
Update workflow
1 parent ac14256 commit 1bca1db

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/make_release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Build and upload to PyPI
22

33
on:
4-
release:
5-
types:
6-
- published
7-
4+
push:
5+
branches:
6+
- "*"
87

98
jobs:
109
build_wheels:
@@ -41,7 +40,6 @@ jobs:
4140
name: cibw-wheels-${{ matrix.os }}-${{ matrix.platform}}-${{ strategy.job-index }}
4241
path: ./wheelhouse/*.whl
4342

44-
4543
build_sdist:
4644
name: Build source distribution
4745
runs-on: ubuntu-latest
@@ -67,7 +65,6 @@ jobs:
6765
environment: release
6866
permissions:
6967
id-token: write
70-
if: github.event_name == 'release' && github.event.action == 'published'
7168
steps:
7269
- uses: actions/download-artifact@v4
7370
with:

0 commit comments

Comments
 (0)