We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852d99 commit a5861cbCopy full SHA for a5861cb
1 file changed
.github/workflows/build-windows-wheel.yml
@@ -79,7 +79,7 @@ jobs:
79
# if: startsWith(github.ref, 'refs/tags/')
80
uses: softprops/action-gh-release@v2
81
with:
82
- token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
83
tag_name: released
84
name: latest-whl
85
draft: false
0 commit comments