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 06bb7d7 commit cb91b2bCopy full SHA for cb91b2b
1 file changed
.github/workflows/release.yml
@@ -197,7 +197,7 @@ jobs:
197
runs-on: ubuntu-latest
198
199
# Publish docs to RTD when tagged
200
- if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
+ if: github.ref_type == 'tag'
201
202
steps:
203
- name: Debug GitHub context
@@ -230,7 +230,7 @@ jobs:
230
231
232
# Publish to PyPI when tagged
233
234
235
environment:
236
name: pypi
0 commit comments