We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2829738 commit 947104cCopy full SHA for 947104c
.github/workflows/build.yml
@@ -65,6 +65,7 @@ jobs:
65
tag: ${{ github.ref }}
66
file: dist/*
67
file_glob: true
68
+ repo_token: ${{ secrets.GH_TOKEN }}
69
upload_pypi:
70
name: publish to PyPI
71
needs: [ build_wheels, build_sdist, build_executables ]
0 commit comments