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 fd33b91 commit be7128dCopy full SHA for be7128d
.github/workflows/test.yml
@@ -112,5 +112,3 @@ jobs:
112
changelog=$(git log --pretty='format:%d%n- %s%n%b---' $(git tag --sort=v:refname | tail -n2 | head -n1)..HEAD)
113
tag="${GITHUB_REF#refs/tags/}"
114
gh release create --title "argopt $tag stable" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.whl }} dist/${{ steps.dist.outputs.whl_asc }}
115
- env:
116
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments