Skip to content

Commit 7369b68

Browse files
committed
fix ci build and release
1 parent 4a918a4 commit 7369b68

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build_and_release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
if: |
12-
startsWith(github.ref_name, 'build') ||
13-
startsWith(github.ref_name, 'release')
1411
name: Build sdist and wheels
1512
runs-on: ubuntu-latest
1613
steps:
@@ -38,9 +35,6 @@ jobs:
3835
path: dist/tremolo-*
3936

4037
release:
41-
if: |
42-
startsWith(github.ref_name, 'build') ||
43-
startsWith(github.ref_name, 'release')
4438
name: Upload release to PyPI
4539
needs: ['build']
4640
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)