We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a6eb8 commit 5b0bc62Copy full SHA for 5b0bc62
.github/workflows/main.yml
@@ -109,10 +109,8 @@ jobs:
109
- build
110
if: |
111
always() &&
112
- startsWith(github.event.head_commit.message, 'chore: release') &&
113
!contains(needs.*.result, 'cancelled') &&
114
- !contains(needs.*.result, 'failure') &&
115
- github.ref == 'refs/heads/master'
+ !contains(needs.*.result, 'failure')
116
steps:
117
- uses: actions/checkout@v4
118
@@ -132,4 +130,7 @@ jobs:
132
130
run: python -m build
133
131
134
- name: Publish algoliasearch package to PyPI
+ if: |
+ github.ref == 'refs/heads/master' &&
135
+ startsWith(github.event.head_commit.message, 'chore: release')
136
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments