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 311f012 commit 0213da9Copy full SHA for 0213da9
.github/workflows/releaser.yml
@@ -67,7 +67,7 @@ jobs:
67
68
upload_docs_release:
69
name: "Upload stable documentation"
70
- needs: [Publish_to_PyPI]
+ needs: [Publish_to_PyPI, get_latest_tag]
71
runs-on: ubuntu-latest
72
steps:
73
- name: "Download Release Asset - HTML"
0 commit comments