We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8c742 commit b4c3466Copy full SHA for b4c3466
.github/workflows/pypi.yaml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
fetch-tags: true
17
+ ref: ${{ github.event.release.tag_name }}
18
19
- uses: actions/setup-python@v4
20
0 commit comments