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 f303848 commit c54d73eCopy full SHA for c54d73e
.github/workflows/build-release.yml
@@ -37,3 +37,5 @@ jobs:
37
dist/*.tar.gz
38
dist/*.whl
39
prerelease: ${{ contains(github.ref, '-rc') }}
40
+ env:
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments