We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd1359 commit 3c6ecb0Copy full SHA for 3c6ecb0
.github/workflows/new_pypi_release.yml
@@ -5,8 +5,11 @@ name: Release to Pypi
5
# Run on a published release and push to Pypi
6
on:
7
release:
8
- types: [published]
9
-
+ types:
+ [published]
10
+ branches-ignore:
11
+ - 'ERW**'
12
+
13
jobs:
14
15
build_wheels_linux:
@@ -113,4 +116,4 @@ jobs:
113
116
with:
114
117
user: __token__
115
118
password: ${{ secrets.pypi_password }}
- # To test: repository_url: https://test.pypi.org/legacy/
119
+ # To test: repository_url: https://test.pypi.org/legacy/
0 commit comments