We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a918a4 commit 7369b68Copy full SHA for 7369b68
1 file changed
.github/workflows/build_and_release.yml
@@ -8,9 +8,6 @@ on:
8
9
jobs:
10
build:
11
- if: |
12
- startsWith(github.ref_name, 'build') ||
13
- startsWith(github.ref_name, 'release')
14
name: Build sdist and wheels
15
runs-on: ubuntu-latest
16
steps:
@@ -38,9 +35,6 @@ jobs:
38
35
path: dist/tremolo-*
39
36
40
37
release:
41
42
43
44
name: Upload release to PyPI
45
needs: ['build']
46
0 commit comments